How can I eliminate excessive white space in my Narrative Theme?

Hello Rohi,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

div#shopify-section-1595760921220 .featured-collection.collection-template {
    padding-bottom: 30px;
}
1 Like