[Support request] hamburger menu left

Home Forums Support [Support request] hamburger menu left

Home Forums Support hamburger menu left

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2217731
    Max

    How to get the hamburger menu left instead of right. The logo at the right of it?

    #2217733
    Max

    For this website btw

    #2217845
    Ying
    Staff
    Customer Support

    Hi Max,

    Try this CSS:

    #mobile-header .inside-navigation.grid-container.grid-parent {
        flex-direction: row-reverse;
    }
     #mobile-header.mobile-header-navigation.has-menu-bar-items .mobile-header-logo {
        margin-right: 10px;
    }
     #mobile-header.has-menu-bar-items button.menu-toggle {
        padding-left: 10px;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.