GlynMusica Posted January 15, 2021 Share Posted January 15, 2021 Hi there. I have a product display page that shows the product image on the left, but that means when viewed on mobile the page begins with the product images rather than the name of the product and details. Has anyone found a nice way to fix this - for example some custom cost that would swap the columns around on mobile so the image block would appear second (as though the product images loaded on the right hand side of the page). Thanks for any help Beyondspace 1 We provide digital marketing services for businesses that need exposure/sales from search and social media networks. We also build incredibly fast and well optimised multi-language Square Space websites.Digital Marketing | Marketing Digitale Link to comment
Beyondspace Posted January 15, 2021 Share Posted January 15, 2021 14 minutes ago, GlynMusica said: Hi there. I have a product display page that shows the product image on the left, but that means when viewed on mobile the page begins with the product images rather than the name of the product and details. Has anyone found a nice way to fix this - for example some custom cost that would swap the columns around on mobile so the image block would appear second (as though the product images loaded on the right hand side of the page). Thanks for any help You can try this, let us know how it goes .view-item .ProductItem-gallery { order: 2; } .view-item .ProductItem-details { padding-top: 20px; order: 1; } tuanphan 1 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
GlynMusica Posted January 15, 2021 Author Share Posted January 15, 2021 Thanks for this, but is there any way to put a condition in there so it just does this for mobile using viewport? I am not coder! We provide digital marketing services for businesses that need exposure/sales from search and social media networks. We also build incredibly fast and well optimised multi-language Square Space websites.Digital Marketing | Marketing Digitale Link to comment
GlynMusica Posted January 15, 2021 Author Share Posted January 15, 2021 @media only screen and (max-width: 600px) { .view-item .ProductItem-gallery { order: 2; } .view-item .ProductItem-details { padding-top: 20px; order: 1; } } I managed to get this to work with the following code so it will apply to mobile. I share here and thank you for your part. G. We provide digital marketing services for businesses that need exposure/sales from search and social media networks. We also build incredibly fast and well optimised multi-language Square Space websites.Digital Marketing | Marketing Digitale 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