Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1347196

    Hi, I’m trying to find a way to put the burger menu in the top bar/secondary menu (left aligned), where the cart icon is.

    URL below.

    Thanks,

    #1347243

    Hey c3idesign,

    Thank you for the inquiry.

    Looks like you are already trying to move the mobile menu icon to the top bar. Please remove the current modifications temporarily, the use this css code instead.

    @media only screen and (max-width: 767px) {
      #top .av-burger-menu-main {
        position: absolute;
        top: -60px;
      }
    
      #header_main {
        z-index: 20;
      }
    }

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1347336

    When I add the above, the burger menu disappears on mobile. (I did update compression settings also)

    #1347379

    Hi,

    Please try this instead:

    @media only screen and (max-width: 767px) {
      #top .av-burger-menu-main {
        position: absolute;
        top: -35px;
        right: -5px;
      }
    
      .logo img {
        margin-top: 10px;
      }
    
      #header_main {
        z-index: 20;
      }
    }

    Best regards,
    Rikard

    #1347437

    No change – is there a way (using css or functions) to move the burger menu to the fixed secondary menu? I would like the burger menu icon visible after scrolling. Thanks,

    #1347445

    Hi,

    Please post admin WordPress login details in private, so that we can try the CSS out for ourselves.

    Best regards,
    Rikard

    #1347594

    Info in private content (I thought I posted this yesterday)

    #1347609

    Hi,

    Thanks for that. I’ve adjusted and added the CSS for you, and it’s working as it should. Please review your site.

    Best regards,
    Rikard

    #1347618

    Thank you so much.

    When scrolling on mobile, the burger menu disappears. Is there css I can add to always display like the cart does?

    #1347684

    Hi,

    I’ve added some CSS for you, please review your site.

    Best regards,
    Rikard

    #1347728

    Hi, unfortunately that is not what I wanted.

    I removed the custom css at the top:

    @media only screen and (max-width: 767px) {
    #top .av-burger-menu-main {
    position: absolute;
    top: -35px;
    right: -5px;
    }
    }

    .logo img {
    margin-top: 10px !important;
    }

    #header_main {
    z-index: 20 !important;
    }
    .responsive #top #wrap_all .main_menu {
    top: 48px;
    left: -80px;
    position: fixed;
    }
    }

    Now the menu font is not how it was. See 2 urls below.

    The menu font is set in the Enfold settings, but is getting overwritten somewhere. I’ve cleared cache and changed the css file merging, but no change.

    #1347741

    Hi,

    You might have left some CSS or media queries open, you can check your code using a tool like this: http://csslint.net/

    Best regards,
    Rikard

    #1347750

    Thank you.

    #1347765

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.