[Support request] How to move the mobile menu button to the right side

Home Forums Support [Support request] How to move the mobile menu button to the right side

Home Forums Support How to move the mobile menu button to the right side

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #776764
    Tri Ryuzaki

    Hi there, please instruct me how to change the position of Mobile menu button to the rihgt (search icon on the left). Thanks

    #776770
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

    body:not(.mobile-header-logo) #mobile-header .menu-toggle {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -webkit-box-flex: inherit;
            -ms-flex-positive: inherit;
                flex-grow: inherit;
        margin-left: auto;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know 🙂

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