Edit space between lines in Footer content?

Hi,

I would like to reduce spaces between lines in Footer section.

Pls check my url: https://189ee3-2.myshopify.com/products/jacket

Thank you.

1 Like

Hello @collins276

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 on theme.liquid

@media screen and(min-width: 750px){ .list-menu__item--link { padding-bottom: unset !important; padding-top: unset !important; } block__details-content>li { height: 25px !important; } }

1 Like

Hi @collins276

Do you mean near on each other?

Like this?

Check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    width: 70%;
    margin: auto;
}

And Save.

If you like more near just adjust the width.

This is 50%

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

I meant these spaces.

I pasted your code but nothing changed :thinking: