Tagged: mobile menu, Responsive Menu
I noticed that when a browser goes below 1150px in width my menu overlaps the logo. I was wondering how I can alter the responsive switch to kick in at 1150px rather than the current highest which I believe is 990px.
Thanks
Hey Neil!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 1150px) {
.html_mobile_menu_tablet .main_menu , .html_mobile_menu_tablet #header_main_alternate{display:none;}
.html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide{display:block;}
.html_mobile_menu_tablet #mobile-advanced{display:block;}
}
Cheers!
Josue
Thanks for the suggestion, but it didn’t seem to work.
Hi!
please clear your browser cache and then try it again.
Best regards,
Andy
Hi Andy,
I already tried, no difference in result.
Hey!
Can you please post the link to your website? Please make sure to disable CSS minifying feature before applying the code Josue posted.
Best regards,
Yigit
Hi!
On your website I still see this code:
@media only screen and (max-width: 989px)
.html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide {
display: block; }}
Please replace it with the one from Josue.
Cheers!
Andy
Thanks for your help guys. I did get it to work with Josue code, but instead of putting it in the custom css I had to actually edit the layout.css file.