Decrease padding between sections-Swift theme

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

Thank you! How about the padding above “Fresh Natural Deodorant”?

And this one too please! The amount of padding on these is ridiculous! These are collection headers

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;
}