Menu icon in left side

Hello guys , can help to change the side of menu for left ? On mobile e desktops view

I use refresh theme

https://www.behumblee.com/

Pass-Humblee3030

Hi @Suco , I don’t see your menu icon

Can you check now pls

Hi @Suco ,

You can try this code by following these steps:

Step 1: Go to Shopify Admin β†’ Online Store ->Theme β†’ Edit code

Step 2: Search file base.css, theme.css or styles.css

Step 3: Insert the below code at the bottom of the file β†’ Save

@media (max-width: 988px) {
   header.header {
   display: flex !important;
   }

   header-drawer {
     order: 1 !important;  
   }

   .header__icons {
     order: 2 !important;
   }

   .header__heading {
     margin-right: auto !important;
   }
}

Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

1 Like

This is Noah from PageFly - Shopify Page Builder App

Hi @Suco please check this file, you can change position right header:

Hope my solution will help you resolve the issue.

Best regards,

Noah | PageFly

Hi @Suco ,
This is Theodore from PageFly - Shopify Page Builder App.

You can check here:

Best regards,
Theodore | PageFly