Site logo

Archived topic

I Want to show the Hamburger Icon on left and Search icon on Right in Mobile

5 replies · Started by prashant on February 8, 2023

Viewing posts 1–6 of 6

I Want to show the Hamburger Icon on left and Search icon on Right in mobile version? i try to find this solution but i dont get it please anyone help me with this problems..

Demo Images

just like that ...

Thankyou in advance

Hi there,

can you share a link to the site you want this applied to ? I can see what layout its using and then advise how to change that

Try adding this CSS:

@media(max-width: 768px) {
    #site-navigation .menu-toggle {
        order: -1;
    }
    #site-navigation .navigation-branding {
        margin-left: auto;
    }
}

Done. Thankyou So Much :)

You're welcome

This archived topic is closed to new replies.