
Like This
Store - https://8c3b05.myshopify.com/
Pass - 15099051
A user needed help moving the hamburger menu (drawer navigation) from the left side to the right side of their Shopify store.
Solution Provided:
Another community member shared a CSS code snippet to add at the end of the base.css file. The code modifies the header drawer positioning by:
Outcome:
The original poster confirmed the solution worked and thanked the helper for their assistance. The issue was successfully resolved.
@KabeerKhadav , add the below line of CSS code at the end of your base.css file.
.header header-drawer{
margin-left:0;
grid-column: none;
}
My Man Thank you so much Sir!!! For Your Help…