Ciodensky Posted October 13, 2021 Share Posted October 13, 2021 (edited) Site URL: https://www.xystema.com/ Hello, I have a partner logo section and on the desktop it is in one row but on the mobile phone the entire row is aligned in one column. What I want is to create 2 or 3 columns instead. How would I do that? I have attached here screenshot of my actual case and my desire one. I will appreciate any help. Ciodensky Edited October 13, 2021 by Ciodensky added tags and rephrased title Link to comment
Beyondspace Posted October 13, 2021 Share Posted October 13, 2021 39 minutes ago, Ciodensky said: Site URL: https://www.xystema.com/ Hello, I have a partner logo section and on the desktop it is in one row but on the mobile phone the entire row is aligned in one column. What I want is to create 2 or 3 columns instead. How would I do that? I have attached here screenshot of my actual case and my desire one. I will appreciate any help. Ciodensky Kindly share your protected password to check the issue together BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Ciodensky Posted October 14, 2021 Author Share Posted October 14, 2021 Hi Bangank36, the password is 0612. Sorry forgot to share in the first place. Thanks in advance. Beyondspace 1 Link to comment
Ciodensky Posted October 16, 2021 Author Share Posted October 16, 2021 On 9/12/2020 at 10:34 PM, tuanphan said: Add to Page Settings > Advanced > Header <style> @media screen and (max-width:767px) { .summary-item-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-column-gap: 10px; } } </style> I think I sent code for this question, in another post or email??? Hi Bangank36, Any chance you can help me with this. I have search all over internet but no avail. I think I might need coding experience for this one to be able to customize to my like. My website is https://www.xystema.com/ password 0612. I will appreciate any help on this. Thank you, Ciodensky Link to comment
tuanphan Posted October 17, 2021 Share Posted October 17, 2021 On 10/14/2021 at 1:54 PM, Ciodensky said: Hi Bangank36, the password is 0612. Sorry forgot to share in the first place. Thanks in advance. Add to Design > Custom CSS /* Mobile Logos */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1634259163197_28878+.row>.span-2 { width: 50% !important; float: left !important; } div#block-yui_3_17_2_1_1634259163197_28878+.row .span-4 .span-2 { width: 50% !important; float: left !important; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment