Tagged: main menu
Hi!
My main menu is hitting the logo when I checked for responsiveness on this website,
http://responsivetest.net/
Hi Khalid!
Please refer to this post – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/
Regards,
Yigit
I did tried this code in quick CSS (as mentioned in the link you provide) but it doesn’t fix my problem.
@media only screen and (max-width: 1100px) {
.av-main-nav > li > a { padding: 0 7px; }
}
Hey!
Please change the code to following one
@media only screen and (max-width: 1100px) {
.av_seperator_big_border .av-main-nav>li>a {
min-width: auto;
}
.av-main-nav > li > a { padding: 0 7px!important; }}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit
I have applied this code but see the results in attachment.
Hi,
Please try the following CSS instead:
@media only screen and (max-width: 1120px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
}
Regards,
Rikard
Worked perfectly fine… great
thanks a lot guys.. :)