Site logo

Archived topic

search and mobile menu position

2 replies · Started by Jacky on October 29, 2018

Viewing posts 1–3 of 3

Hi,

I want to switch the order of the search and the mobile menu in my website. May I know how to do it?

Thank you.

Jacky

Hi there,

So search icon on the right? If so try this CSS:

#mobile-header .menu-toggle {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
#mobile-header .mobile-bar-items {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

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

Let me know :)

never mind

This archived topic is closed to new replies.