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
  • Views 173
  • 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

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, 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.