Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #966653

    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

    #966720

    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

    #966781

    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

    #966782

    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

    #966789

    Hi,
    I added it to my Child Theme. Should it go at the very top?
    Best,
    Johnny

    #966793

    I’ve tried it at the top of my Child Theme CSS but still the same result?

    #966800

    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

    #966802

    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

    #966806

    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

    #966817

    Thanks for your advice. Everything is good so we can close the topic.
    Thanks again Jordan,
    Johnny

    #966859

    Hi,

    No problem at all my friend. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Set Burger Menu to appear until a specific screen width’ is closed to new replies.