Shopify themes, liquid, logos, and UX
Hello
When looking at my mobile drawer menu
I have 2 items that have a different padding to the rest ...i am not sure why?
Solved! Go to the solution
This is an accepted solution.
Hello @TBS2023
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px){
.drawer__contents button.mobile-nav__link--button {
padding-left: 0 !important;
}
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hello @TBS2023 ,
Could you provide store url.
This is an accepted solution.
Hello @TBS2023
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px){
.drawer__contents button.mobile-nav__link--button {
padding-left: 0 !important;
}
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Go to online store ---------> themes --------------> actions ------> edit code------->theme.css
at the end of the file and save.
button.mobile-nav__link--button.mobile-nav__link--top-level.collapsible-trigger.collapsible--auto-height {
padding-left: 0px !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024