White space at bottom of landing page

Posted in: Newspaper
Post count: 18

Hi,

I am using the “Hero” element on a page with the “Pagebuilder + Empty page” template setting for the page and there’s a white block of space when you scroll down to the bottom of my website (wamserforallentown.muhlenbergweekly.com or see screenshot here). I disabled the Cookies for Comments plugin, entered the code in this forum post and disabled the footer altogether, but the white space is there still. I just set up this subdomain so there are no/very few plugins. I am happy to provide login information if necessary. Can you help fix this?

Thank you!

Post count: 20688

Hi,

Try a code like this in Theme panel->Custom CSS section

.home .td_block_wrap {
margin-bottom: 0;
}

Most blocks and in this case the hero element have a margin bottom set by default, this code will remove that margin for the hero element in the homepage
https://www.screencast.com/t/z1kwBeBH

Thank you!

Post count: 18

Perfect, thank you!!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.