jilldiane_ Posted December 29, 2021 Share Posted December 29, 2021 Site URL: https://gopher-antelope-sfzz.squarespace.com/ Hey for some reason my one block is not aligned to the block beside it when i change to mobile view. Does anyone have any insight? Images below PW: 1234 Link to comment
Beyondspace Posted December 30, 2021 Share Posted December 30, 2021 (edited) 11 hours ago, jilldiane_ said: Site URL: https://gopher-antelope-sfzz.squarespace.com/ Hey for some reason my one block is not aligned to the block beside it when i change to mobile view. Does anyone have any insight? Images below PW: 1234 Try @media only screen and (max-width: 767px) { div#page-section-60cd165f32da3f557a42125b>.row>.col>.row { display: flex; flex-wrap: wrap; } } Let me know how it works on your site Support me by pressing 👍 if this useful for you Edited December 30, 2021 by bangank36 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
Beyondspace Posted December 30, 2021 Share Posted December 30, 2021 Testing result 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
jilldiane_ Posted December 30, 2021 Author Share Posted December 30, 2021 Hi, Thank you so much for your response. When i do it they disappear.. thoughts? Link to comment
Solution tuanphan Posted January 2, 2022 Solution Share Posted January 2, 2022 On 12/31/2021 at 5:32 AM, jilldiane_ said: Hi, Thank you so much for your response. When i do it they disappear.. thoughts? Remove above code & add new code /* align 4 logos mobile */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1625253366649_20873+.row>.span-3 { width: 50% !important; float: left !important; } div#block-yui_3_17_2_1_1625253366649_20873+.row>.span-3:nth-child(2n+1) { clear: left; } } jilldiane_ 1 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
jilldiane_ Posted January 2, 2022 Author Share Posted January 2, 2022 Thank you very much @tuanphan that worked wonders. tuanphan 1 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