Hi Guys,
I’ve set the Burger Menu to appear in the menu options for Smart Phones and Tablets, but the menu is still overlapping my logo.
I would like the Burger Menu to appear until the screen width is 1220px.
I’ve followed various threads, cleared my cache and plug-ins but it still doesn’t seem to work.
Can you please help.
Thanks
Hey StormWebDesign,
Add the following to quick css:
@media only screen and (max-width: 1220px) {
#avia-menu.menu.av-main-nav .menu-item-top-level{
display:none!important;
}
.av-burger-menu-main.menu-item-avia-special {
display:block!important;
}}
Best regards,
Jordan Shannon
Hi Jordan,
Thanks for your prompt reply, much appreciated, however the menu is still overlapping the logo as shown in the attached screenshot in the Private Content section below. I’ve cleared my cache.
Any thoughts?
Best,
Johnny
Hi,
Did you add my code to the very top of quick css so that it runs first before anything else?
Best regards,
Jordan Shannon
Hi,
I added it to my Child Theme. Should it go at the very top?
Best,
Johnny
I’ve tried it at the top of my Child Theme CSS but still the same result?
Hi,
I just logged in and added the code to quick css and it seems to be working on my end. Please test.
Best regards,
Jordan Shannon
You’re a legend. Thanks. It works perfectly. I thought that the Child Theme replaced the need for Quick CSS?
Thanks for your help Jordan. Much appreciated!
Johnny
Hi,
Quick CSS is still needed in some instances even with a child theme, they are update proof as well so it won’t be overwritten. I’m glad I was able to help you with this. Did you need anything else with this topic or shall I close?
Best regards,
Jordan Shannon
Thanks for your advice. Everything is good so we can close the topic.
Thanks again Jordan,
Johnny
Hi,
No problem at all my friend. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon