OmerOdemis Posted November 17, 2021 Share Posted November 17, 2021 Site URL: https://www.khaircenter.org/build-the-mosque I managed to have each row of products on web view to about 5-6. However, mobile only shows one product per row. Is there a way to make it so that multiple products can show on each row like in web view? Link to comment
Beyondspace Posted November 17, 2021 Share Posted November 17, 2021 (edited) 5 hours ago, OmerOdemis said: Site URL: https://www.khaircenter.org/build-the-mosque I managed to have each row of products on web view to about 5-6. However, mobile only shows one product per row. Is there a way to make it so that multiple products can show on each row like in web view? Hi , You can try adding to your Home > Design > Custom Css @media only screen and (max-width: 767px) { #productList { display: flex; flex-wrap: wrap; justify-content: space-around; } #productList .product { width: 24% !important; } #productList .product img { width: 100% !important; height: auto !important; } .product-overlay { font-size: 10px; } } Let me know how it work on your site Press 👍 or mark this answer as solution to help another one too Edited November 17, 2021 by bangank36 OmerOdemis 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
Beyondspace Posted November 17, 2021 Share Posted November 17, 2021 My testing result BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
OmerOdemis Posted November 19, 2021 Author Share Posted November 19, 2021 Thank you so much! This worked perfectly on my site! Appreciate the help 🙂 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