Blank space on homepage

Posted in: Newspaper
Post count: 3

Hi! I’m wondering how to get rid of this blank space between the header and the homepage? https://www.screencast.com/t/Vkq7ToThp

It only appears when I have another (non-homepage) Page on my site. Otherwise, it disappears — I’m thinking something to do with breadcrumbs?

Thanks in advance for your help!

Post count: 20688

Hi,

That would be the page padding top, you could remove it by entering this code in Theme panel->Custom CSS

.home .td-main-page-wrap {
padding-top: 0;
}

Result – https://www.screencast.com/t/8ugoXzPLi

Thanks

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