Jump to content

How to increase spacing between product images?

Go to solution Solved by Jia,

Recommended Posts

Hi All

I'm struggling to increase space between product imagery when imagery is set to stacked on mobile view.

I thought this would work but has no effect.

/* Products space */
@media screen and (max-width:767px) {
.products.collection-content-wrapper .grid-item.is-loaded {
    margin-bottom: 20px;
}
}
Page example:
https://www.inkcandy.co.uk/shop/p/shining-fluro-pink

You can see spacing between imagery on mobile view is really tight... I would like to increase. Driving me crazy, please help.

Many thanks in advance.

Screenshot 2024-03-24 at 20.13.40.png

Link to comment
  • Replies 2
  • Views 1.2k
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

  • Solution
8 minutes ago, Inkdave said:

Hi All

I'm struggling to increase space between product imagery when imagery is set to stacked on mobile view.

I thought this would work but has no effect.

/* Products space */
@media screen and (max-width:767px) {
.products.collection-content-wrapper .grid-item.is-loaded {
    margin-bottom: 20px;
}
}
Page example:
https://www.inkcandy.co.uk/shop/p/shining-fluro-pink

You can see spacing between imagery on mobile view is really tight... I would like to increase. Driving me crazy, please help.

Many thanks in advance.

Screenshot 2024-03-24 at 20.13.40.png

Hi, try adding this code to custom css:

@media screen and (max-width:767px) {
  .ProductItem-gallery-slides-item {
    margin-bottom: 20px;
  }
}

Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.