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.
A user seeks to reposition the burger menu icon to the left of the logo in the Impulse theme by Archetype.
Proposed Solution:
</body> tagCurrent Status:
The discussion remains unresolved with the initial fix unsuccessful.
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.
Hi @AlgreenSM
Try this one.
@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:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
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