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

1 Like
Sure!
Hello @ozuriindia ,
You have to replace the code from theme.css.
Follow below steps :
- Go to online store > edit code : https://prnt.sc/3GRThdi2Fu64
- Search theme.css file.
- in that file search this “footer__block-list” line number 4415 : replace “justify-content: var(–footer-content-justify-items);” with "justify-content: start;"
- 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


