How do I reduce the distance between products and the app I've installed

I’m very new to coding, but I want to reduce the white space between the bottom of each of my products and the app I have installed titled Transparency.

One of my product links: https://wknd-apparel.com/collections/hoodies-sweats/products/hoodie-in-forest-green

Thanks

Hi @wkndapparel .

This is PageFly - Advanced Page Builder.

You can go to Online store => themes => actions => edit code and add this code on file theme.css

.page-content.page-content--product{
padding-bottom: 0px !important;
}

Hope this answer helps.

Best Regards,

PageFly

Thanks, I’m not sure that I’ve done it correctly though as it isn’t working.
See screenshot. I added it at the very bottom…