How to change the width of the Main Menu

Posted in: Newspaper
Post count: 102

Hi, I want to change the width of the main menu, as it should be looks like box one, how can I do that
http://prntscr.com/g9yee9

Post count: 20685

Hi,

You could try a code like the one below for example. It will make the header look like this
https://www.screencast.com/t/fWlrWYUQyKxA
And also the header when sticky will look like this (this can be removed if you don’t want it – the last part of the code)
https://www.screencast.com/t/gIDKDK4w4t4
Enter it in Theme panel->Custom CSS

.td-header-style-5 .td-header-menu-wrap-full {
background-color: transparent;
}
.td-header-style-5 .td-header-main-menu {
background-color: #1e73be;
}
.td-header-style-5 .td-header-menu-wrap.td-affix {
background-color: transparent;
}

Thanks

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