Site logo

Archived topic

Change Position Mobile Header Search Icon and Menu Icon

3 replies · Started by Tobias on April 3, 2022

Viewing posts 1–4 of 4

Hello,

can you tell me how to change the positions from the search icon and the menu item in the mobile header? I want to have the menu icon on the left and the search icon on the right. Thank you.

Hi Tobias,

Try this CSS:

#mobile-header .inside-navigation button.menu-toggle {
    order: -1;
    margin-left: 0;
    margin-right: auto;
}

Thank you.

No problem :)

This archived topic is closed to new replies.