Solved

Can I eliminate unwanted footer space on Shopify?

TiaM
Excursionist
15 0 6

hello, how can I remove the empty space between the links in my footer ? 

E5E415A9-0CDF-4838-849A-D44557BFB226.jpeg

Accepted Solution (1)
dmwwebartisan
Shopify Partner
12282 2546 3694

This is an accepted solution.

@TiaM 

Remove the old code and add this new code.

.site-footer__linklist-item{
padding: 10px 0 !important;
}

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 6 (6)

ZestardTech
Shopify Expert
5393 970 1291

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
TiaM
Excursionist
15 0 6

Www.frugal-finesse.com

password : fraoch 

dmwwebartisan
Shopify Partner
12282 2546 3694

@TiaM 

Please add the following code at the bottom of your assets/theme.css file.

@media only screen and (max-width: 749px){
.site-footer__linklist-item{
padding: 10px 0 !important;
}
}

Hope this works.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
TiaM
Excursionist
15 0 6

Unfortunately, that didn't make any changes

dmwwebartisan
Shopify Partner
12282 2546 3694

This is an accepted solution.

@TiaM 

Remove the old code and add this new code.

.site-footer__linklist-item{
padding: 10px 0 !important;
}

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
TiaM
Excursionist
15 0 6

That worked! thank you !