jjstapp2323 Posted October 16, 2021 Share Posted October 16, 2021 Site URL: https://www.joshuajohnsonclothes.com/ Im wondering if there is anyway that I would be able to stack product blocks on my home page in rows of two instead of one on top of the other on mobile. Im also having a problem with my grid masonry being centered in mobile view. I put in some code to get it to stack on top of each other but it seems it may have caused it to be slightly off center. Any help is greatly appreciated. My cite password is Millydog!8 Link to comment
Beyondspace Posted October 16, 2021 Share Posted October 16, 2021 15 hours ago, jjstapp2323 said: Site URL: https://www.joshuajohnsonclothes.com/ Im wondering if there is anyway that I would be able to stack product blocks on my home page in rows of two instead of one on top of the other on mobile. Im also having a problem with my grid masonry being centered in mobile view. I put in some code to get it to stack on top of each other but it seems it may have caused it to be slightly off center. Any help is greatly appreciated. My cite password is Millydog!8 Is it what you mean with the masonry gallery? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
jjstapp2323 Posted October 17, 2021 Author Share Posted October 17, 2021 9 hours ago, bangank36 said: Is it what you mean with the masonry gallery? I figured out the grid masonry! But do you think you help me stack the product blocks in rows of two on the home page? The four blocks under favorites! Thanks!! Link to comment
tuanphan Posted October 18, 2021 Share Posted October 18, 2021 @jjstapp2323 Add to Design > Custom CSS /* Mobile Homepage Products */ @media screen and (max-width:767px) { div#page-section-615f7298b3658e4fa2ac9fd6 .span-3 { width: 50% !important; float: left !important; } div#page-section-615f7298b3658e4fa2ac9fd6 .span-3:nth-child(2n+1) { clear: left; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
jjstapp2323 Posted October 18, 2021 Author Share Posted October 18, 2021 45 minutes ago, tuanphan said: @jjstapp2323 Add to Design > Custom CSS /* Mobile Homepage Products */ @media screen and (max-width:767px) { div#page-section-615f7298b3658e4fa2ac9fd6 .span-3 { width: 50% !important; float: left !important; } div#page-section-615f7298b3658e4fa2ac9fd6 .span-3:nth-child(2n+1) { clear: left; } } thank you that worked!! 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