Border on Topbar

Posted in: Newspaper
Post count: 8

I would like to set a bottom-border on my top bar. But the code which I found here on the board isnt working.

What I Want: http://de.tinypic.com/r/6iz0iu/9
My Code: http://de.tinypic.com/r/mmd7ph/9

Thank you

  • This topic was modified 8 years by chrizzim.
Post count: 22421

Hello,

The code you are using only applies to header style 7. Please use header style 7 for that code to work. Also you use the gadgets demo which also applies style to the header. Please provide a link to your site so we can inspect the code.

Thanks.

Post count: 8

Hey,

yes Iam using header style 7. Thats the URL:https://smart-and-home-systeme.de/

Post count: 20688

Hi,

A code like this will set a border for the top menu container with this result
https://www.screencast.com/t/f6zTR7AWC

.td-header-style-7 .td-header-top-menu-full .td-header-top-menu {
border-bottom: 1px solid #e0e0e0;
}

If you want it full width this would be the code for that
https://www.screencast.com/t/O5rUFRGunUcy

.td-header-style-7 .td-header-top-menu-full{
border-bottom: 1px solid #e0e0e0;
}

Thanks

Post count: 8

Perfect! Thank you very much!

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