How can I decrease the space after my team testimonials section?

One section of my testimonials that I use for our team pics has way more space than the rest of them. How do I fix this?

This is the url for the page: https://tailhand.com/pages/about-us

Hi @TailHand

Please add the following code at the end of your theme.css file:

#shopify-section-page-sections-template > div > div.about-block-6 > div {
    padding-top: 0px;
}

Let me know if it works!

1 Like

It worked! You’re a genius, thank you!

Awesome @TailHand ! We always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!