Hello all,
I’ve been changing a few stuff on my website and I honestly do not know what I did but the menu drawer on mobile changed and there are some items that are more to the left and together. Could you please help me ?
Thanks in advance !
Karla
Hello all,
I’ve been changing a few stuff on my website and I honestly do not know what I did but the menu drawer on mobile changed and there are some items that are more to the left and together. Could you please help me ?
Thanks in advance !
Karla
Hi , I’d suggest reviewing recent changes made to the mobile menu layout, such as theme updates, app installations, or customizations. Check for any unintended modifications to the menu structure or styling that may have occurred during these changes.
Hi @Karla8
Check this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.list-menu li > a:not(a#HeaderDrawer--new-) {
padding-left: 3.2rem;
}
And Save.
Result:
It stay on the left because of the icons on the “New”.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hey @Karla8 ,
Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.
Screenshot is for reference only, the correct code to paste is the one shown above.
Thank you both !