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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, 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