hello there
i have tried so many things to solve Menu overlapping in Ipad landscape mode but unable to find any right match can someone help me out to solve this
Many Thanks
Hey crm!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1040px) {
.av-main-nav > li > a { padding: 0 7px; }}
Best regards,
Yigit
Hi!
Code is not being applied. Please try adding !important rule as following
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a { padding: 0 7px !important; }}
Best regards,
Yigit
Hi!
Please flush browser cache and refresh your page a few times. It is working fine on my end :)
Best regards,
Yigit
Hi!
Please add following code to Quick CSS
li#menu-item-3536 a {
padding-right: 25px!important;
}
Regards,
Yigit