Site logo

[Resolved] Hamburger Menu after Update to GP 3.3.0

Home Forums Support [Resolved] Hamburger Menu after Update to GP 3.3.0

Home Forums Support Hamburger Menu after Update to GP 3.3.0

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2599785
    Lutz

    Hi.
    I’ve updated from GP Premium 3.2.4 to 3.3.0 – and suddenly my “hamburger” menu on mobiles are no longer centered but left aligned. No other changes made on my website.
    -Lutz

    #2599897
    Leo
    Staff
    Customer Support

    Hi there,

    This is a known issue and will be fixed in the next theme release 3.3.1:
    https://github.com/tomusborne/generatepress/issues/523

    This CSS should provide a temporary fix for now:

    .main-navigation.has-menu-bar-items button.menu-toggle {
        flex-grow: 1;
    }

    Learn how to add CSS: https://docs.generatepress.com/article/adding-css/

    You can remove it once the new version is released.

    Let me know if this helps 🙂

    #2599994
    Lutz

    That’s it – thanks!
    -Lutz

    #2599996
    Leo
    Staff
    Customer Support

    No problem 🙂

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