How do I get rid of white space between header and slider?

Posted in: Newspaper
Post count: 18

I have about 30px of white space at the bottom of my header. I have tried all the header styles and I have it with ever one. I have also tried changing the custom CSS based on other’s haveing similar issues I have read in the forums. I am also a developer and I cannot seem to find why the slider is not right after the header with no white space. Can you give me some ideas to look at?

Post count: 6535

HI

Try this css in theme panel > custom code > custom css:

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

Let us know ho it goes and if the problem persist please provide your site url so we can have a closer look.
Thanks!

Post count: 18

Thanks, works like a charm.

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