How to restore space between product images?

Hello

I have lost the pace between my product images - how do i bring it back.

Thanks

https://www.thebodyshop.co.ao/

pass: atreck

Hi @TBS2023

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file → Save

#MainContent #shopify-section-template–20270389428523__main .product__media .grid-product__content {

padding-right: 10px !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

nothing happened :disappointed_face:

Hi @TBS2023 add this code to your theme’s CSS file.

.grid-product__link {
    margin-right: 10px !important;
}

Notice I used 10px here. You can increase or decrease it per your need.

1 Like

Great - thanks- that worked

it didnt work on mobile though?