Header Style 8 – Remove space

Posted in: Newspaper
Post count: 11

leckergedacht.de

Over the menu there is white space, how can i remove this. i use the traveler demo.

Thx

Post count: 20688

Hi,

The travel blog demo will add a margin top to the top of the website as long as header style 8 is used
https://www.screencast.com/t/WCzh5CsDW8
This could be removed by either editing the demo stylesheet and removing this margin
https://www.screencast.com/t/hZJVPwX6Vy
Or by canceling the margin with a different code in Theme panel->Custom CSS
https://www.screencast.com/t/9YoMDmjfQOGR

@media (min-width: 768px) {
.td-blog-travel .td-header-style-8 {
margin-top: 0;
}}

Thanks

Post count: 11

Awesome THX

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