Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi
When viewed on an ipad landscape (ie before mobile menu version starts) our main menu is getting pushed down and overlapping our image slider below.
How can this be fixed please?
Thanks
Jo
Hello,
Please go to General Options > Header Options > Menu Options > Menu Items padding/margin. Decrease the values until the menu is wide enough not to drop down when in ipad. If the issue persists, send us the site link so we can give you the right css code to add.
Best regards!
Hello,
Please add this code into your custom css box:
@media (max-width: 1100px) and (min-width: 981px) {
nav .menu > li > a {
font-size: 12px !important;
}
nav .menu > li {
margin-right: -7px !important;
margin-left: -7px !important;
}}
Result screenshot.
Best regards!
You must be logged in to reply to this topic.