Marenberg Posted February 22, 2022 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.
Beyondspace Posted February 22, 2022 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 (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted February 22, 2022 Posted February 22, 2022 My testing Marenberg 1 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
Marenberg Posted February 23, 2022 Author Posted February 23, 2022 Thank you! 😀 It works perfectly on my site. Exactly like I want it to be 🙌 Beyondspace 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment