Tagged: logo overlap
Hello, I am having trouble where certain smaller screen sizes seem to have my logo and menu overlap. Is there a way to engage the mobile menu or shrink the logo when the overlap starts to happen?
Thanks
Kevin
Hey Kevin,
Go to Enfold > Main Menu > Menu Items for mobile set to Activate for Smartphones and Tablets (browser width below 990px)
Hope this helps.
Best regards,
Nikko
Hi Nikko,
That setting seemed to help but overlap still happens. See the attached…that is how much overlap that happens before the mobile menu kicks in.
Regards
Kevin
Hi Kevin,
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: 1300px) {
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
Works great! Thank you so much Victoria!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon
Hi kevinlw85,
Glad that Victoria could help :)
Let us know if you still need further assistance.
Best regards,
Nikko