All things Shopify and commerce
Hello
How can I adjust the internal padding of a multicolumn item - I want to reduce the padding of the sections shown in red on the screenshot.
Thank you
Hi @BenPF ,
Could you please share URL and your store password if it enabled? So that we can help you.
Thank you.
Hello @BenPF ,
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
<style>
.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing {
margin: unset !important;
padding: unset !important;
}
.multicolumn-card__info {
padding: unset !important;
}
</style>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
👍
Hi @BenPF ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-multicolumn.css->paste below code at the bottom of the file:
.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing {
margin: unset !important;
padding: unset !important;
}
.multicolumn-card__info {
padding: unset !important;
}
Hope my answer will help you.
Best regards,
Victor | PageFly
You are genius Victor! Works perfectly 😍
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025