Hi,
I do not know where enfold decide to adjust pixels in mobile menu (three lines)?
Hey aeuroweb,
Can you please explain a bit more, which element and on which page you want to adjust. Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
serprimeroengoogle menu problem on tablet. I would like to decide WHEN START mobile menu ( example at 850px)
Hi aeuroweb,
From what I see, the menu should be the burger till 1230px, so the code is below.
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 (max-width: 1230px) {
nav.main_menu, #menu-item-search {
display: block !important;
}
.menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
If you need further assistance please let us know.
Best regards,
Victoria