How To Remove The Spacing Here?

Solved

How To Remove The Spacing Here?

timelessracing
Tourist
7 0 2

Hello, I was wondering how I could remove the spacing between my store policies in the footer of my website on mobile? 

https://timelessracingco.com/

Screenshot 2024-09-11 at 7.00.21 PM.png

 

Accepted Solution (1)

AnneLuo
Shopify Partner
953 176 202

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
.footer .widget {
    margin-bottom: 25px !important;
}
</style>

Result:

AnneLuo_0-1726101173171.png

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Reply 1 (1)

AnneLuo
Shopify Partner
953 176 202

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
.footer .widget {
    margin-bottom: 25px !important;
}
</style>

Result:

AnneLuo_0-1726101173171.png

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee