[Resolved] search and mobile menu position

Home Forums Support [Resolved] search and mobile menu position

Home Forums Support search and mobile menu position

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #713750
    Jacky

    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

    #713786
    Leo
    Staff
    Customer Support

    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 🙂

    #993115
    Jason

    never mind

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