How to Reduce Space Between The between the images of gallery section

Hello Everyone,

We have 2 Images added in the gallery section, but these images have a lot of space in it, how can i reduce this space.

website- www.cutiekins.in

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
div#shopify-section-1645546280b3198539 .grid__item.one-half,
div#shopify-section-16459795165154896a .grid__item.one-half{
padding-left: 13px;
margin-bottom: 1px;
}

div#shopify-section-1645546280b3198539 .grid-uniform,
div#shopify-section-16459795165154896a .grid-uniform{
margin-left: -13px;
}