Change menu side

Change menu side

Suco
Explorer
117 0 14

Hello guys, I want to put the menu icon where the car is, can you help me?

IMG_2676.jpeg

https://www.behumblee.com/

Pass-Humblee3030

 

I use refresh theme 

Replies 5 (5)

Darshanp712
Shopify Partner
138 21 19

Screenshot from 2024-05-21 18-50-49.pngScreenshot from 2024-05-21 18-50-35.png

 

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.

Helpful? then please Like and Accept the Solution.
For any inquiries, please feel free to contact via WhatsApp and Email: sales@dolphinwebsolution.com.
For more information visit our website Dolphin Web Solution.
Suco
Explorer
117 0 14

Hi , I want for mobile view to 😁

Spac-es
Shopify Partner
406 119 154

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:

 

result.PNG

 

Any donation is welcome! https://www.buymeacoffee.com/spacescoffee Thanks in advance!
Suco
Explorer
117 0 14

Hey , put on base css and done work for me 😭

Spac-es
Shopify Partner
406 119 154

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.

 

Any donation is welcome! https://www.buymeacoffee.com/spacescoffee Thanks in advance!