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
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..
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
Sure, Here the link of site https://thedroid.net/
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