Remove spacing + stretch images

Hi!

have a look at this page: https://zillind.com/ There´s a gap between the the first and the second row I can´t seem to get rid of even though I set margin and padding to zero and click the remove spacing in the layout section. Also I was wondering if there´s a way to make the images stretch both in height and with and still show the entire image so the 4 different images stays as one image? They are four parts of one illustration.

Hello There,

Thanks for writing in!

To resolve your issue, please remove the 100vh in each of your column setting’s height. Use only the 100vh as the height of your row. And then make sure that your background image size is set to cover and not 100%.

To know more about how background images works, I would like you to try this demo here: https://davidwalsh.name/demo/background-size.html which would explain how background image works.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.