Apollow90 Posted May 25, 2022 Share Posted May 25, 2022 Site URL: https://www.yorhealthspace.com/ Hey there! Is there a way to control the size of the images in this specific block only on mobile? I want the logos to be less prominent as they are in the screenshot below. Password: joebarker Link to comment
Solution Beyondspace Posted May 25, 2022 Solution Share Posted May 25, 2022 (edited) 1 hour ago, Apollow90 said: Site URL: https://www.yorhealthspace.com/ Hey there! Is there a way to control the size of the images in this specific block only on mobile? I want the logos to be less prominent as they are in the screenshot below. Password: joebarker You can try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { #block-yui_3_17_2_1_1646280735025_11817, #block-yui_3_17_2_1_1646280735025_17090 { width: 50%; margin: 0 auto; } } decrease the percentage until it fits your need Let me know how it works on your site Edited May 25, 2022 by bangank36 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, Lightbox Studio pluginIf 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 May 25, 2022 Share Posted May 25, 2022 My testing 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, Lightbox Studio pluginIf 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
Apollow90 Posted May 30, 2022 Author Share Posted May 30, 2022 On 5/26/2022 at 1:20 AM, bangank36 said: You can try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { #block-yui_3_17_2_1_1646280735025_11817, #block-yui_3_17_2_1_1646280735025_17090 { width: 50%; margin: 0 auto; } } decrease the percentage until it fits your need Let me know how it works on your site Worked liked a charm. Thanks bangank36 🙂 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