How can I decrease the padding between these two sections on my collection page in the Swift theme? There is a giant white space and I’d like to decrease it.
Hi @mwehmeyer ,
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file
.collection-grid__wrapper {
margin-bottom: unset;
}
.shopify-product-reviews-badge {
display:none;
}
1 Like
Hi @mwehmeyer ,
Sorry for the late reply,
You can add this code below to theme.css:
.page-width.page-content.page-content--top {
padding-top: unset;
}





