Reduce space between footer sections in Shopify

“Is there a way to remove the extra space between specific footer sections (space between Customer care & Support menu) in my Prestige theme?”

![033.png|1324x435](upload://1sDIAVRbO0EomtZikziwMFScicc.png)
1 Like

Hey @ozuriindia

Can you please share your website URL ?

Thanks.

Sure!

https://ozuriindia.com/

Hello @ozuriindia ,

You have to replace the code from theme.css.

Follow below steps :

  1. Go to online store > edit code : https://prnt.sc/3GRThdi2Fu64
  2. Search theme.css file.
  3. in that file search this “footer__block-list” line number 4415 : replace “justify-content: var(–footer-content-justify-items);” with "justify-content: start;"
  4. Click save

Hope this will helps you

Thanks,

Ritu

I’ve applied the code to my website, but it’s still not align properly

Here, the image after I applied you code

But I want Like this

I’ve applied the code to my website, but it’s still not align properly

Here, the image after I applied you code

But I want Like this

Thank you so much