Guest Posted February 6 Posted February 6 I'm using a blog page and blog post for a service page (Corporate IT Training), showing icons using 4 image blocks. While they look great on desktop, on mobile, they turn into large blocks, disrupting the layout. Is there a way to make these image blocks smaller or more visually appealing on mobile without losing the desktop view effect? This is my website: https://www.workplaceconsultant.com This question concerns this specific page: https://www.workplaceconsultant.com/capabilities/learning-development/corporate-training Thanks!
melody495 Posted February 6 Posted February 6 Hi @IhabKhiri, have you tried editing the layout in mobile view? Squarespace's article on Device view -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody | Squarespace Nerd When I have time, I like to help on the Forum, but if you need my full attention, please send your request here. Tools I use (affiliate links😞 📅Blog Date Format plugin (Free by BeyondSpace) ⏬Lazy Load Summary Block plugin (by Squareswebsites) 📜Privacy Policy & Cookie Consent plugin (10% off by Termageddon) 📈SEO plugin for Squarespace (by SEOSpace) ☕ Did I help? I like coffee (Thank you)
Guest Posted February 6 Posted February 6 5 hours ago, melody495 said: Hi @IhabKhiri, have you tried editing the layout in mobile view? Squarespace's article on Device view Hi @melody495 “In the classic editor, editing your mobile preview also affects the computer view of your site.” 😭
Solution tuanphan Posted February 7 Solution Posted February 7 You can use this code to Website > Website Tools (under Not Linked) > Custom CSS @media screen and (max-width:767px) { div#block-8dcab36ee7cc05a85bba+.row .span-3 { max-width: 150px; margin: 0 auto; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Guest Posted February 8 Posted February 8 19 hours ago, tuanphan said: You can use this code to Website > Website Tools (under Not Linked) > Custom CSS @media screen and (max-width:767px) { div#block-8dcab36ee7cc05a85bba+.row .span-3 { max-width: 150px; margin: 0 auto; } } I see what you did there! Thanks, it works!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment