Hi,
Have you added a min-height to those image blocks? That looks to be causing the white space.
The customisations you are doing to the theme would ideally need to be done by a web developer as some are complex.
Here is the code that will answer your query:
Homepage Example – Improve Text / Remove whitespace
@media only screen and (max-width: 479px) {
.home .image-banner-content.content-left {
padding-right: 0!important;
}
.home .spb-row-container.spb-row-full-width.remove-element-spacing .spb_content_element {
min-height: 100%!important;
}
}
You will need to modify this CSS to match your different pages as mentioned in previous tickets.
Thanks.
Attachments:
You must be
logged in to view attached files.