Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #860334

    Ever since the last major theme update, the hamburger menu on mobile / at the 767px breakpoint is shifted way too far left. From widths 520 to 767 pixels, the hamburger icon is viewable (mostly over the website’s logo) but at widths below 500 pixels, the icon is shifted so far left that it essentially disappears. I can’t figure out what I need to modify in the CSS / Quick CSS to bring it back to normal.

    #860559

    Hey ducani,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #860673

    Attached in private content

    #860814

    Hi,

    Please, may you provide to us your website link and the WP and FTP credentials?

    Best regards,
    John Torvik

    #861172

    Is there any way you can instruct me to make the necessary changes? I’m not able to provide that information.

    #861495

    Hi,

    I think it would be better if the mobile menu was shown to the right on your site? If you want to try that out then please try this in Quick CSS:

    @media only screen and (max-width: 767px) {
    .av-main-nav-wrap {
        float: right !important;
    }
    }

    Best regards,
    Rikard

    #862114

    The mobile menu used to be displayed to the right, I’m not sure what happened after the update that caused it to shift left. But that CSS did the trick, thank you. You can mark this discussion as solved.

    #862348

    Hi,

    Great, glad we could help and sorry for the problems. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘After last update, mobile hamburger menu displays too far to the left/disappears’ is closed to new replies.