Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Moving Burger Menu - Impulse Theme

Moving Burger Menu - Impulse Theme

AlgreenSM
Tourist
5 0 1

Hi, I would like to move my burger menu to left begore the logo. The theme is impulse by archtype.

 

Our website is algreenproducts.com

 

Thank you in Advance.

 

AlgreenSM_0-1732401964871.png

 

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
9057 2163 2670

Hi @AlgreenSM 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes"
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

@media only screen and (max-width: 768px){
.site-nav__link.site-nav__link--icon.js-drawer-open-nav {
    position: absolute;
    left: 17px;
}
.header-layout.header-layout--left-center {
        width: 96%;
        justify-self: self-end;
    }
}
@media only screen and (max-width: 600px){
    .header-layout.header-layout--left-center {
        width: 90%;
    }
}

 

  • And Save. 
  • Result:
    Made4uoRibe_0-1732405569699.png

     

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
AlgreenSM
Tourist
5 0 1

Hello, I tried it, but it is not giving me desired result. The menu is staying at the same place. also, Please note I also have this file in my theme code. which arranges icon in order.

 

snippets/header-icons.liquid