How to reduct line spacing in footer menu - Mobile view - Dawn theme

How to reduct line spacing in footer menu - Mobile view - Dawn theme

djsch
New Member
4 0 0

Has anyone got suggestions on how to reduce the 'line spacing' in the footer menu in Dawn theme when in mobile view?  I only have the policies in the menu.  Thanks.shopify community question.png

Replies 2 (2)

Bundler-Manuel
Astronaut
959 47 110

Hi there @djsch  You should try this code and let me know if it works for you

a.link.link--text.list-menu__item.list-menu__item--link{
height: 27px;
}

 

You can edit the 27px to a figure that works more perfectly for what you want.

Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.
djsch
New Member
4 0 0

Thanks Bundler-Manuel,
Does this go in footer.liquid or base.css?

Does it go at the end of the file?  Thanks.