CSS to hide white space below navigation

Posted in: Newspaper
Post count: 44

Hello,

We have a wallpaper advertisement up on our website but there is a big chunk of white space hiding it. Is there a custom css code that we could add to remove it. Example here:

http://www.victoriabuzz.com/category/events/

Thank you!

Post count: 23312

Hi,

Try the code below and place it in Theme panel -> Custom CSS area.

.td-header-style-8 .td-header-sp-recs{
margin:0!important;
}

The result is here -> https://www.screencast.com/t/HRw96B7Cg

Thank you!

Post count: 44

Hey Catalin,

Thanks a bunch for the help. I applied the code but the white area seems to still be visible. I attached a screenshot and marked the areas in red just to make sure.

https://ibb.co/7VfYksT

  • This reply was modified 7 years by mikevic80.
  • This reply was modified 7 years by mikevic80.
Post count: 23312

Hi,

I have checked your website but I do not see any white gap, as you can see here -> https://www.screencast.com/t/MXjfAnxJ6Vp

Thank you!

Post count: 44

Hi,

It only appears to show when there is a background advertisement:

http://www.victoriabuzz.com/wallpaper-takeover-sample/

Post count: 23312

Hi,

Try using the code below and place it in Theme panel -> Custom CSS area.

.td-banner-wrap-full, .td-header-style-11 .td-logo-wrap-full{
background:transparent!important;
}

The result is here -> https://www.screencast.com/t/gLihGOhqjD

Thank you!

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