This doesn’t seem to be working for our site.
Hey elituchy,
You can try switching to mobile menu sooner to avoid that odd break:
@media only screen and (max-width: 1024px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
Best regards,
Jordan Shannon
Jordan, thanks for the suggestion and we may use it, but I don’t think this addresses my question.
We still need to know how to change the settings do menu bar is full width. Right now the size is restricted.
Hi,
I’m not understanding. Can you screenshot the issue and paste it here?
Best regards,
Jordan Shannon
See http://www.clipular.com/c/4613139356975104.png?k=sjLZ3TgfQVmEh9RkKH9j7hVGeUI
Note how all the menu links do not show the full width of the screen.
Hi elituchy,
https://cl.ly/f9c7f8f5a325 Do you mean you want something like this?
The setting above does not make the menu full-width.
Best regards,
Victoria
That’s better than what we currently have. How do we do that?
Hi elituchy,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width:1100px){
.av-main-nav li {
width: 8vw;
}
.html_header_top.html_logo_center #header_main_alternate .main_menu ul:first-child {
width: 90vw;
}
#menu-item-1426,
#menu-item-1429,
#menu-item-2718 {
width: 17vw;
}
#menu-item-2725 {
width: 22vw;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
@victoria that works but it has issues. See http://allstatespdev.wpengine.com/ (hosted on WPengine)
The indicator below the button is not in the correct position.
Hi,
I replied to your thread here – https://kriesi.at/support/topic/header-behavior-let-logo-a/. Let us continue there :)
Best regards,
Yigit