I have a white space between the header of the page and the content

Posted in: Newspaper
Post count: 4

On my page there is a white space between the header and the content. I can’t work out how or why it is there and how to work with it, e.g. add colour. Any help is appreciated.
The site url is: https://rdc.org.nz/

Post count: 35449

Hi,

I think that you are referring to this space -> https://i.imgur.com/RUnzvby.png
In order to remove the gap you can edit the page and set to the first row a margin top
-40 https://www.screencast.com/t/XHpfT49oE9U or you can use custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
-> https://i.imgur.com/jGHYu2s.png
.td-main-page-wrap {
padding-top: 0px;
}

This code need to be set in theme panel> custom code> custom css.

Hope it will help you!

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