Jump to content

How do I move product photos AFTER product details on mobile view?

Recommended Posts

Site URL: https://nooke.ph/shop/abstract-desk

Hello, my website is on 7.0. The product images are stacked on web and mobile. It looks fine on web. But on mobile, users have to scroll all the way down before they see the product details and CTA.

Is there a way to change the order on mobile? I'd like to have the primary image stay where it is but the rest of the images be positioned below "Add to Cart". Thank you!!

Link to comment
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

4 hours ago, Nooke said:

Site URL: https://nooke.ph/shop/abstract-desk

Hello, my website is on 7.0. The product images are stacked on web and mobile. It looks fine on web. But on mobile, users have to scroll all the way down before they see the product details and CTA.

Is there a way to change the order on mobile? I'd like to have the primary image stay where it is but the rest of the images be positioned below "Add to Cart". Thank you!!

The Css approach I can find is

@media only screen and (max-width: 767px){
  .ProductItem-summary {
    display: flex;
  }

  .ProductItem-gallery {
    order: 3;
  }
  
  .ProductItem-details {
    order: 2;
  }
}

The order on mobile is: heading > product description, CTA > Image List

Hope it makes sense

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you

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.