prcreative Posted March 25, 2022 Share Posted March 25, 2022 Site URL: https://the-dead-rabbit.squarespace.com/ I'd like to maintain this layout of my image card on mobile (with correct padding too): Password for site is: hello123 Link to comment
tuanphan Posted March 26, 2022 Share Posted March 26, 2022 Try adding this to Design > Custom CSS /* Card block mobile */ @media screen and (max-width:767px) { .image-block.sqs-block-image .design-layout-card { display: flex !important; -ms-justify-content: space-between !important; justify-content: space-between !important; } .sqs-block-image .image-block-outer-wrapper.image-block-v2 .intrinsic { width: 80% !important; } figcaption.image-card-wrapper { margin-top: 10px !important; } } 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!) 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