Shopify themes, liquid, logos, and UX
Hi everyone,
I'm trying to reduce the spaces between lines in Footer menu.
Please check the url: https://189ee3-2.myshopify.com/
Thank you,
Solved! Go to the solution
This is an accepted solution.
to remove the space between them just simply set padding and margin to 0
here is code to add :
a.link.link--text.list-menu__item.list-menu__item--link {
margin: 0;
padding: 0;
}
This is an accepted solution.
to remove the space between them just simply set padding and margin to 0
here is code to add :
a.link.link--text.list-menu__item.list-menu__item--link {
margin: 0;
padding: 0;
}
Thank you! Can I make them even smaller?
Thank you. This works for links, but what about text? I have a section of text (contact details) that is spaced out and I'm not sure how to bring it in the same way.
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024