Goodmorning,
I’ve a problem about the format of the menu in the home page.
The button home (the most left of the menu) is below the logo when I have the resolution of monitor less then 1200px.
I’ve set the mobile menu from 990px. So I’ve this problem from 1200px to 990px.
Thank you
Goodmorning,
the problem is this: http://www.boxfotografico.it/problem.jpg
The website is: http://www.boxfotografico.it
Thank you
Best Regards
Hi,
Please refer to this post – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/ and if that does not help, please see – http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
Best regards,
Yigit
Hi watamu,
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 (min-width: 990px) and (max-width: 1220px) {
.container.av-logo-container {
padding: 0 20px;
}
div .logo {
left: -25px;
}
.main_menu {
width: 90%;
}
.av-main-nav > li > a {
padding: 0 5%;
}
.av-main-nav-wrap {
float: right;
}
}
If you need further assistance please let us know.
Best regards,
Victoria