The space before and after my collection list is too large. How do I shorten it on Narrative theme?
sorry for that issue can you please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.collection-list, .rich-text {
padding: 40px 0;
}
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!