Block background
When I change a block background with additional text or make the top padding of the page larger the background image brows in size.
How do I keep the image static (same size?)
Thanks
See images




-
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 -
Yes background image.
OK so is it possible to ad a page background?.
0 -
There is no option to add page background but you can try to do this with Custom CSS code.
0 -
Is there any css code to make the image static so that it doesnt changes size when screen size id changed
0 -
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.
Comments
5 comments