How to reduce section spacing in Narrative theme?

The space before and after my collection list is too large. How do I shorten it on Narrative theme?

www.thelidleshop.com

@lidleshop

sorry for that issue can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.collection-list, .rich-text {
    padding: 40px 0;
}

@lidleshop

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.template-index .collection-list{
    padding: 40px 0 !important;
}

Hope this works.

This worked. Thank you for your help!

@lidleshop

Welcome.

If helpful then please Like and Accept Solution