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.
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.
Hello @collins276
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
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!