Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I am using the Dawn theme and I want to increase the vertical spacing between the top and bottom row and decrease the background on the bottom of each column.
How do I do that?
Thx in advance!
Solved! Go to the solution
This is an accepted solution.
Please use this code and check again
.multicolumn-card__info {
padding: 0.5rem 2.5rem !important;
}
.multicolumn-card__info .link {
margin-top: 0 !important;
}
.multicolumn-list {
row-gap: 12px !important;
}
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is an accepted solution.
I guess this is the issue with your browser
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
There is also a weird padding on the left edge only of the columns that I would like to remove?
The only code I added to the section-multicolumn.css to make the pictures fill the full column is this:
.multicolumn-card__image-wrapper{
margin: unset;
}
I also edited this part of the section-multicolumn.css code to remove the padding on the top (I went from 2.5rem to 0rem):
.multicolumn-card-spacing {
padding-top: 0rem;
I also added this code to the base.css to make the pictures of the columns zoom when hovering over them:
.multicolumn-card__image-wrapper .media{
overflow: hidden;
margin: 0 auto;
}
.multicolumn-card__image-wrapper .media img {
width: 100%;
transition: 0.5s all ease-in-out;
}
.multicolumn-card__image-wrapper .media:hover img {
transform: scale(1.05);
}
This is an accepted solution.
Please use this code and check again
.multicolumn-card__info {
padding: 0.5rem 2.5rem !important;
}
.multicolumn-card__info .link {
margin-top: 0 !important;
}
.multicolumn-list {
row-gap: 12px !important;
}
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
That fixed the vertical spacing and bottom text spacing issues, but the weird margin/padding on the right side of all of the columns is still there?
This is an accepted solution.
I guess this is the issue with your browser
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up 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