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?
Hi,
are you want like this. ? or can you mark in a screenshot for better understand
Thank you
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 🙂
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024