Site logo

Archived topic

How to move the mobile menu button to the right side

1 reply · Started by Tri Ryuzaki on January 8, 2019

Viewing posts 1–2 of 2

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

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 :)

This archived topic is closed to new replies.