SolveigTraeet Posted January 6, 2022 Posted January 6, 2022 Site URL: https://www.queenofsol.com/music Hi! I need some help making the three blocks that you can see on my music page, to appear in a row next to each other on mobile version. I also want these blocks to be smaller on laptop/computer version. Can anyone help me with this? 🙂 Beyondspace 1
Beyondspace Posted January 6, 2022 Posted January 6, 2022 1 hour ago, SolveigTraeet said: Site URL: https://www.queenofsol.com/music Hi! I need some help making the three blocks that you can see on my music page, to appear in a row next to each other on mobile version. I also want these blocks to be smaller on laptop/computer version. Can anyone help me with this? 🙂 You can try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { #block-yui_3_17_2_1_1610638258061_22611 + .row > .col { width: 33.33% !important; float: left !important; } } Let me know how it works on your site Support me by pressing 👍 if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted January 6, 2022 Posted January 6, 2022 My testing on mobile BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
SolveigTraeet Posted January 8, 2022 Author Posted January 8, 2022 @bangank36Thank you, it worked great! 🙂 Beyondspace 1
SolveigTraeet Posted January 8, 2022 Author Posted January 8, 2022 @bangank36 Can you help me make the three blocks smaller on computer version? they are too big. Beyondspace 1
Beyondspace Posted January 8, 2022 Posted January 8, 2022 51 minutes ago, SolveigTraeet said: @bangank36 Can you help me make the three blocks smaller on computer version? they are too big. Try #block-yui_3_17_2_1_1610638258061_22611 + .row { display: flex; justify-content: center; } #block-yui_3_17_2_1_1610638258061_22611 + .row > .col { width: 30% !important; } Let me know how it works on your site BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
SolveigTraeet Posted January 9, 2022 Author Posted January 9, 2022 @bangank36 Thank you, that fixed it! 🙂 Beyondspace 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment