merakiconceptstudio Posted February 7, 2022 Share Posted February 7, 2022 Site URL: https://www.mairi-helena.squarespace.com Password: test Looking for some advice on re-ordering the following elements on mobile/tablet. Displaying three images side-by-side on mobile/tablet on all product pages. Is there a way to target them all? It's the three coloured swatches. See here: mairi-helena.squarespace.com/shop/p/hidden-garden-wallpaper Display two product blocks side-by-side on mobile/tablet on homepage. It's in the section "From vibrant statement prints to coordinating plains" (they should follow the same format as the summary block display on mobile). See here: mairi-helena.squarespace.com Thanks in advance! 😃 Link to comment
Beyondspace Posted February 8, 2022 Share Posted February 8, 2022 21 hours ago, merakiconceptstudio said: Site URL: https://www.mairi-helena.squarespace.com Password: test Looking for some advice on re-ordering the following elements on mobile/tablet. Displaying three images side-by-side on mobile/tablet on all product pages. Is there a way to target them all? It's the three coloured swatches. See here: mairi-helena.squarespace.com/shop/p/hidden-garden-wallpaper Display two product blocks side-by-side on mobile/tablet on homepage. It's in the section "From vibrant statement prints to coordinating plains" (they should follow the same format as the summary block display on mobile). See here: mairi-helena.squarespace.com Thanks in advance! 😃 1. Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { .ProductItem-additional .sqs-block-product + .row > .span-6 > .row > .span-2 { width: 30% !important; } .ProductItem-additional .sqs-block-product + .row > .span-6 > .row { display: flex; justify-content: space-evenly; } } Let me know how it works on your site merakiconceptstudio 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
Beyondspace Posted February 8, 2022 Share Posted February 8, 2022 2. Is it the result you want to achieve on mobile? I checked that the tablet is fine at the moment 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
merakiconceptstudio Posted February 8, 2022 Author Share Posted February 8, 2022 2 hours ago, bangank36 said: 1. Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { .ProductItem-additional .sqs-block-product + .row > .span-6 > .row > .span-2 { width: 30% !important; } .ProductItem-additional .sqs-block-product + .row > .span-6 > .row { display: flex; justify-content: space-evenly; } } Let me know how it works on your site You are amazing! Thank you! It works perfectly. Link to comment
merakiconceptstudio Posted February 8, 2022 Author Share Posted February 8, 2022 2 hours ago, bangank36 said: 2. Is it the result you want to achieve on mobile? I checked that the tablet is fine at the moment I would like it to look like the section above, "Trending styles". See attached how that shows on mobile. Link to comment
Solution tuanphan Posted February 13, 2022 Solution Share Posted February 13, 2022 On 2/9/2022 at 12:58 AM, merakiconceptstudio said: I would like it to look like the section above, "Trending styles". See attached how that shows on mobile. #2. Add to Design > Custom CSS /* Mobile - From vibrant */ @media screen and (max-width:767px) { div#page-section-61dd61144aab154033bd6897 .span-12>.row>.span-3 { width: 50% !important; float: left !important; } } merakiconceptstudio 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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