Hello,
how can i customize the menu-burger / mobile style?
Because already at the size of a 13-inch PC, the menu items end up on the slide of the home page.
Thanks
Hey brand,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria
Hi brand,
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: 1024px) {
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
Hi brand,
Can you please share the login link too?
Best regards,
Victoria
Hi brand,
I adjusted the code for you. Please check.
Best regards,
Victoria
Thank you so much for helping me. Instead for the side menu, what can I do to make it visible above the footer, in responsive mode? Because in mobile it disappears
Hi brand,
Hmmmm… you but it’s the same menu, right?
And you want to duplicate it in the footer?
Best regards,
Victoria
no, it’s not the same, it’s a second menu in the right sidebar: it should be visible for PC screens up to 15 inches and then disappears
Hi,
Sorry for the very late reply and thanks for the link to your site, as I understand your issue with the mobile menu, many menu items after “PSICOLOGIA E VISIONE DELL’UOMO” are off the screen because the menu is so long.
I see that many of your menu items are children of parent menu items, collapsing these would allow all of your mobile menu items to show.
Best regards,
Mike