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 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 pluginIf 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment