Hello guys, I want to put the menu icon where the car is, can you help me?
Pass-Humblee3030
I use refresh theme
Hello guys, I want to put the menu icon where the car is, can you help me?
Pass-Humblee3030
I use refresh theme
Hello, Here just change the CSS with your order value, remove important from both, and as per the above screenshot please make changes in your styles.
Hi , I want for mobile view to
Add this code in your base.css file:
@media (max-width: 988px) {
#shopify-section-sections--17005268730034__header .header.header--top-left.header--mobile-left.page-width.drawer-menu.header--has-menu.header--has-social.header--has-localizations header-drawer {
order: 3 !important;
margin: 14px;
}
}
Result:
Hey , put on base css and done work for me
Don’t worry, if you find this code and delete it, the previous code will work.
@media (max-width: 988px) {
#shopify-section-sections--17005268730034__header header-drawer {
order: 1 !important;
}
}
You can search for example in: theme.liquid or header.liquid. To do this, click on the code of the file in question, press CTRL + F to open the word search, add this phrase: order: 1 !important; and click on “Next”, the code should appear, delete it.