spantchux Posted June 14, 2023 Posted June 14, 2023 Hi! Does anyone know how to make two elements which are related respond in the same way screen size changes? In the images you'll see the card with text has changed shape an no longer lines up with the image. Also, is it possible to group this items so they respond in the same way across multiple breakpoints? Thanks in advance! Sam
tuanphan Posted June 15, 2023 Posted June 15, 2023 Can you share link to this page? 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!)
spantchux Posted June 15, 2023 Author Posted June 15, 2023 https://radish-semicircle-x8k2.squarespace.com/home
spantchux Posted June 16, 2023 Author Posted June 16, 2023 Site is now password protected Password - ODL2023 https://radish-semicircle-x8k2.squarespace.com/home Grateful for any help you can give, tuanphan!
tuanphan Posted June 19, 2023 Posted June 19, 2023 It looks fine to me. Or you want both same height? 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!)
spantchux Posted June 20, 2023 Author Posted June 20, 2023 Hi, yes, ideal I'd love for the edge of the image to line up with the edge of the card at smaller breakpoints. Is there a way to do that?
tuanphan Posted June 23, 2023 Posted June 23, 2023 On 6/20/2023 at 2:56 PM, spantchux said: Hi, yes, ideal I'd love for the edge of the image to line up with the edge of the card at smaller breakpoints. Is there a way to do that? Add to Design > Custom CSS .fe-6489bea097fbce00e7bc7cd0 .sqs-image { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment