Shopify themes, liquid, logos, and UX
I was wondering if there was a way I could remove the empty space between blocks of text?
I'm aware all of this will require custom coding which I have basic knowledge of but not enough for this it seems!
Thankyou in advance for all your help.
Solved! Go to the solution
This is an accepted solution.
Hello @printedbyus ,
I understand you are looking to remove extra padding from your Footer menu-blocks.
Please add the below mentioned CSS code at the bottom of theme.liquid file before </body> tag and save
<style>
.section-footer__row.section-footer__row--blocks {
display: -webkit-box !important;
padding: 10% 0 0 5% !important;
}
.section-footer__row__col.section-footer__menu-block {
padding: 0 20px 0 20px !important;
}
</style>
===> https://prnt.sc/52KdSbYuV3ih
After applying code output will be like this =>
I hope the solution helps you.
Please share if you have any query.
Thank you.
Hello, @printedbyus
Can you share your store url?
This is an accepted solution.
Hello @printedbyus ,
I understand you are looking to remove extra padding from your Footer menu-blocks.
Please add the below mentioned CSS code at the bottom of theme.liquid file before </body> tag and save
<style>
.section-footer__row.section-footer__row--blocks {
display: -webkit-box !important;
padding: 10% 0 0 5% !important;
}
.section-footer__row__col.section-footer__menu-block {
padding: 0 20px 0 20px !important;
}
</style>
===> https://prnt.sc/52KdSbYuV3ih
After applying code output will be like this =>
I hope the solution helps you.
Please share if you have any query.
Thank you.
Hello @Anshul_arora
Thanks a lot for your help on @printedbyus .
Could you please tell me how to center the blocks in the footer ? Thanks in advance
hey thanks everyone i have sorted this now 🙂
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025