[ad_1]
Hey all, I’m having trouble reducing the spacing between partner logos on our site. Specifically, I’d like to reduce the top and bottom padding of the logos. I’ve tried the below custom css to no avail (it seems the margin of the wp-block-image.size-full is what needs to be reduced from 2rem (current) to 0.5rem without changing any other images across the site outside this section). Any help is appreciated. Thanks.
wp-block-image.size-full {
margin: 0.5rem;
}
The page I need help with: [log in to see the link]
