Nooke Posted August 6, 2022 Share Posted August 6, 2022 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
Beyondspace Posted August 6, 2022 Share Posted August 6, 2022 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, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment