How to reduce padding pixels on a homepage?

Hi there. I would like to decrease the padding between the reviews and the ‘Brands We Carry’ section.

Website: https://nationalpoolsupplies.com.au/

Hi @duart2023

This is Noah from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Noah | PageFly

Hello @duart2023

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->main.css>Add this code at the bottom.

div#section-template--20786707267861__407c97b0-59bc-42bc-9259-ca180ea10a8c {
    padding-top: 0px;
}