Marenberg Posted February 22, 2022 Share Posted February 22, 2022 Site URL: http://www.marenberg.dk Hi! I have a sizing issue on mobile that I would like to fix. The image blocks on desktop look great but when these resize for mobile, they are too large. How can I make the image block (icons) smaller for mobile view? See attached screenshots to see whats happening. Link to comment
Beyondspace Posted February 22, 2022 Share Posted February 22, 2022 11 minutes ago, Marenberg said: Site URL: http://www.marenberg.dk Hi! I have a sizing issue on mobile that I would like to fix. The image blocks on desktop look great but when these resize for mobile, they are too large. How can I make the image block (icons) smaller for mobile view? See attached screenshots to see whats happening. 15 minutes ago, Marenberg said: Site URL: http://www.marenberg.dk Hi! I have a sizing issue on mobile that I would like to fix. The image blocks on desktop look great but when these resize for mobile, they are too large. How can I make the image block (icons) smaller for mobile view? See attached screenshots to see whats happening. Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { section[data-section-id="61b485080db3997c98010d61"] .sqs-layout > .row > .col > .row > .col { width: 30% !important; } section[data-section-id="61b485080db3997c98010d61"] .sqs-layout > .row > .col > .row { display: flex; justify-content: space-between; } } Let me know how it works on your site Support me by pressing 👍 if this useful for you 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 February 22, 2022 Share Posted February 22, 2022 My testing Marenberg 1 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
Marenberg Posted February 23, 2022 Author Share Posted February 23, 2022 Thank you! 😀 It works perfectly on my site. Exactly like I want it to be 🙌 Beyondspace 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