How do I reduce the space between the header the content on homepage

Posted in: Newspaper
Post count: 8

Hi

Wondering if there is some css that I could use to simply reduce the space between header and content on our homepage to 0.
Website is here
https://tinyurl.com/yyyuxg3l

Post count: 18283

Hello !

Please use this css: .td-main-page-wrap {
padding-top:0px;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Post count: 8

Thanks Vlad much appreciated. Can I ask another quick q. We’re using a grid on that frontpage. The first one on the page, with the ‘listen’ images. There is an overlay on the grid on the images, is there a way of disabling it? Thanks, Daragh

Post count: 18283

Hello !

Please try this css code: .td-image-wrap:before {
background: none!important;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Let us know the result !

Thank you !

Post count: 8

Thank you very much. Finally, just going back to the first query, I only want the 0 space on the homepage, the code above takes the white space out on every page. Is there specific css for this. Your help is much appreciated. Thanks.

Post count: 18283

Hello !

Please replace that code with this one: .page-id-6859 .td-main-page-wrap {
padding-top:10px!important;
}

Thank you !

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