Hi,
I’have a problem with the menu of my site. Practically it doesn’t shrink on tablets an small screen laptops, the menu goes over the logo.
How can I solve this situation?
This is my website: http://www.know-how.it.
Please find the screenshots here:
http://www.know-how.it/wp-content/uploads/2019/08/Schermata-2019-08-20-alle-17.10.54.png
http://www.know-how.it/wp-admin/upload.php?item=7743
Thank you.
Regards,
Anita
Hey Anita,
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: 1430px) {
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