Menu background full width

Posted in: Newspaper
Post count: 62

Hello,

Is it possible to stretch the “background” of main menu to the full width?
I want menu items stay where there are though.
(just like the top bar).

I am using header style 3.

Please have a look at a screen shot here.

Post count: 20685

Hi,

That could be done with some CSS. Something like this for example
https://www.screencast.com/t/k3HrdtngYJ

.td-header-style-3 .td-header-menu-wrap-full {
background-color: #151515!important;
}

Thanks

Post count: 62

Hello Simion,

Thank you for your reply but I am using the STICKY MENU so when users scroll the page, the menu gets narrow again…

Post count: 20685

Hi,

Then the code should be like this
https://www.screencast.com/t/bpoqvEZBg8

.td-header-style-3 .td-header-menu-wrap-full,
.td-header-style-3 .td-header-menu-wrap.td-affix {
background-color: #151515!important;
}

Thanks

Post count: 62

Hello!

It works perfectly now!
Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.