How can I reduce line spacing in my Footer menu?

Solved

How can I reduce line spacing in my Footer menu?

collins276
Trailblazer
213 1 32

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,

 

Screenshot.png

 

Accepted Solution (1)

amine_diouane
Shopify Partner
31 4 6

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;
}

View solution in original post

Replies 3 (3)

amine_diouane
Shopify Partner
31 4 6

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;
}
collins276
Trailblazer
213 1 32

Thank you! Can I make them even smaller?

TBPC
Visitor
1 0 0

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.