Skip to main content

Block background

Comments

5 comments

  • Alex

    Hi,

    is this a background image? I'm afraid you can't fix it because changing the screen size changes the size of the container, and the background of the image is set to cover.

    You can add an image element instead of an image background and try to add a custom size.

    0
  • Ray H

    Yes background image.

     

    OK so is it possible to ad a page background?.

    0
  • Alex

    There is no option to add page background but you can try to do this with Custom CSS code.

     

    0
  • qqcytqztaabrunfkeruocyeltlyfqwlf

    Is there any css code to make the image static so that it doesnt changes size when screen size id changed

    0
  • Alex

    Hi,

    try to play with the background-size option: https://www.w3schools.com/cssref/css3_pr_background-size.asp By default it's set to cover.

    0

Please sign in to leave a comment.