I’m setting up a background image with parallax but the image gets cut. I then added some gaps to one of the columns to lengthen it but a white space appears below the image, right before the next section. I already tried changing the dimensions of the image but the same thing happens. How do I increase the height of the image and remove the space below it?
Hi Gianne,
To fix it, you can try adding this in the style field of your section element.
background-size:cover !important;
Cover
means to resize the background image to cover the entire container, even if it has to stretch the image or cut a little bit off one of the edges
You can try other values and see what fits
https://www.w3schools.com/cssref/css3_pr_background-size.asp
Hope that helps
Thanks for your help, Paul!
You’re welcome, Gianne. Glad we’re able to help.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.