Shopify themes, liquid, logos, and UX
Thanks in advance!
I’m looking to move all of the words over to the left near the edge of the page. I’m looking to be able adjust it to my liking. Example shown below.
password: dc
Solved! Go to the solution
This is an accepted solution.
Add This css In edit Code > base.css File
.menu-drawer__menu-item {
padding: 1.1rem 1rem !important;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
This is an accepted solution.
Hello @MMast ,
I understand you are looking to move the mobile menu item to the left
You can move the mobile menu item using CSS code, you have to implement padding property in that section.
Please add the below-mentioned code for the desired change.
1. Go to Online Store -> Themes -> Click on three dots -> Edit Code.
2. Now, Search and open theme.liquid file
3. Next add the mentioned code at the bottom of the theme.liquid file before </body> tag and save.
<style>
ul.menu-drawer__menu.has-submenu.list-menu li a {
padding-inline-start: 10px !important;
}
</style>
[ Please feel free to change the pixel size of the padding property.]
Output ->
I hope the code helps you.
Please share if you have any queries.
Thank you.
This is an accepted solution.
Add This css In edit Code > base.css File
.menu-drawer__menu-item {
padding: 1.1rem 1rem !important;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
This is an accepted solution.
Hello @MMast ,
I understand you are looking to move the mobile menu item to the left
You can move the mobile menu item using CSS code, you have to implement padding property in that section.
Please add the below-mentioned code for the desired change.
1. Go to Online Store -> Themes -> Click on three dots -> Edit Code.
2. Now, Search and open theme.liquid file
3. Next add the mentioned code at the bottom of the theme.liquid file before </body> tag and save.
<style>
ul.menu-drawer__menu.has-submenu.list-menu li a {
padding-inline-start: 10px !important;
}
</style>
[ Please feel free to change the pixel size of the padding property.]
Output ->
I hope the code helps you.
Please share if you have any queries.
Thank you.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025