Assist with padding on site - Shopfiy Debut Theme

I used code (from this forum) to add padding to my rich text box on my homepage. However this created a padding issue in my featured collection section on my home page. Now there is way too much padding under “view all” button. How can I fix this so there is as much padding below “view all” as there is above “discover the range” ?

Try adding this code to the bottom of theme.css

#shopify-section-hero-2 {
  padding-top:0px;
}
1 Like

Thankyou so much! This worked!