How can I eliminate the gap between images on my website?

hello

it looks like the space on each side is different (the right side is bigger)

Is there anyway I can have no gap on each side?

www.sundaypaloma.com

thank you

Hi @oscaroline

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best regards,

Victor | PageFly

Hello @oscaroline

It’s GemPages support team and glad to support you today.

You can follow these steps:

  1. Go to Online Store → Theme → Edit code
  2. Open your theme.liquid theme file
  3. Paste below code before :
#shopify-section-template--16736191480130__874e45f2-6e61-496e-bf8e-abef837469ef .collection-list-wrapper .collection-list {
    column-gap: 8px !important;
}

Let us know how it works for you.
Best regards,
GemPages Support Team