laurensmithart Posted October 3, 2022 Share Posted October 3, 2022 (edited) Site URL: https://www.thehost.co/home When the screen is minimized beyond half size the image card alignment breaks. Is there a way to stack it at this point? Or set up a min/max sizing? See attached image for example. Thank you! *UPDATE: What i just noticed though is this problem isn't present in Safari, just Chrome. It seems Chrome allows for a more minimized screen. Edited October 3, 2022 by laurensmithart Link to comment
Ziggy Posted October 3, 2022 Share Posted October 3, 2022 Hi, try this CSS with a media query, first part stacks the elements and the second and third make them full width: #block-b382656808a7daed94e5 { .sqs-block-image .design-layout-card { display: block; } .sqs-block-image .design-layout-card { width: 100%; } .sqs-block-image .design-layout-card .image-position-left .image-card-wrapper { width:100%; } } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
laurensmithart Posted October 3, 2022 Author Share Posted October 3, 2022 53 minutes ago, Ziggy said: Hi, try this CSS with a media query, first part stacks the elements and the second and third make them full width: #block-b382656808a7daed94e5 { .sqs-block-image .design-layout-card { display: block; } .sqs-block-image .design-layout-card { width: 100%; } .sqs-block-image .design-layout-card .image-position-left .image-card-wrapper { width:100%; } } Thank you, but unfortunately this didn't work. What i just noticed though is this problem isnt present in Safari, just Chrome. It seems Chrome allows for a more minimized screen. Link to comment
Ziggy Posted October 3, 2022 Share Posted October 3, 2022 Can you try targeting the section rather than the block? (#banner-update) and try throwing an few !important in there too? What media query bounds did you use? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? 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