White space on header on mobile. Howto remove?

Posted in: Newspaper
Post count: 81

Hallo,
maybe you can help me removing the top header space came out after adding logo banners (left and right adv).
Please any advice? It happens only on mobile visualization.

Have a look to the pic.
Thank you for you attention!

Regards

powerize.it/test.jpg

newspaper 4

  • This topic was modified 10 years by Tommy.
Post count: 7909

Hi,

You can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/8coT6afZl

@media(max-width: 767px) {
.td-header-bg {
display: none !important;
}
}

Thanks!

Post count: 81

Thank you Alin !

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