Hi
How do I stop the logo overlaying the menus before it becomes to a hamburger.
it does eventually go to a hamburger but there is a point where it overlays
Thanks
Hey,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/menu/#toggle-id-87 and switch to mobile menu on higher screen sizes.
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start new threads under Enfold sub forum :)
Regards,
Yigit
Hi
I can’t see the option to switch to mobile on higher screen sizes
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@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;
}
}
Change the value 1024 to the pixel value of your choice.
Best regards,
Jordan Shannon
Hi i change the number in customise / additional css but is the logo still overlays the text
Hi,
Please provide a link to the site in the private area
Best regards,
Jordan Shannon
Hi detaila below
Hi gregcarrollLMG,
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
.av-main-nav > li > a {
padding: 8px 11px 13px 11px;
}
If you need further assistance please let us know.
Best regards,
Victoria
hi this is still not working please see screen shot
Hi gregcarrollLMG,
Sorry, we were not clear enough, the code given by Jordan need to be supplemented with the one I gave you, not replaced.
I adjusted the code for you. Please check.
Best regards,
Victoria
Perfect Victoria thank you very much
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon