Jump to content

Squarespace 7.1 Mobile - How to change product gallery style to "stacked" on mobile?

Go to solution Solved by tuanphan,

Recommended Posts

Hi everyone!

Just moved to 7.1 but realised that there's no "stacked' option in mobile for the images in all product pages.
The options available are restricted to carousel and full square size.
I was hoping to find some answers for this. I'd very much appreciate it! Thank you in advance.

Link to comment
  • Solution

Add to Design > Custom CSS

@media screen and (max-width:767px) {
.ProductItem-gallery-carousel-controls {
    display: none !important;
}
.ProductItem-gallery-current-slide-indicator {
    display: none;
}
.ProductItem-gallery-slides-item {
    position: static !important;
    height: auto !important;
    width: 100% !important;
    visibility: initial !important;
}
img.ProductItem-gallery-slides-item-image {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
}
.ProductItem-gallery-slides:before {
    padding-bottom: 0 !important;
}
.ProductItem-gallery-scroll {
    display: none !important;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment
  • 10 months later...

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.