Shopify themes, liquid, logos, and UX
Hello!
is there a code to create a space in the menu tab? Currently it looks like this
I would like it to look like this:
(different webpage for reference)
Hi @ErhatRO
@media screen and (max-width: 768px){
details.menu-drawer-container.menu-opening ul.menu-drawer__menu > li:nth-child(2) {
margin-bottom: 40px !important;
}
}
@DaisyVo This works for mobile only, it doesnt show the same on desktop. Also, is there a way to place the space between giveaway and account.
Thank you!
HI @ErhatRO
Please change the code above by this code
details.menu-drawer-container.menu-opening ul.menu-drawer__menu > li:nth-child(2) {
margin-bottom: 40px !important;
}
details.menu-drawer-container.menu-opening ul.menu-drawer__menu > li:nth-child(3) {
margin-bottom: 40px !important;
}
It will help to solve both of your requests !
I hope this helps
Best,
Daisy
Hello,
Please share "Store URL"
Thanks!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025