mcocode Posted May 1, 2021 Share Posted May 1, 2021 Site URL: https://banjo-rust-5rz2.squarespace.com Hi, On SquareSpace 7.1, for Card Image Blocks, I can set text alignment to Left in Site Styles. Is there a way to have it be Center on Mobile only? Thank you so much! Link to comment
tuanphan Posted May 3, 2021 Share Posted May 3, 2021 On 5/1/2021 at 9:16 PM, mcocode said: Site URL: https://banjo-rust-5rz2.squarespace.com Hi, On SquareSpace 7.1, for Card Image Blocks, I can set text alignment to Left in Site Styles. Is there a way to have it be Center on Mobile only? Thank you so much! Can you share access password? mcocode 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
mcocode Posted May 3, 2021 Author Share Posted May 3, 2021 Hi, thanks so much for the offer of help. I made the site password “test1”. On the first page if you scroll down I created an image card that demonstrates the issue. Thank you for your help! Link to comment
Solution tuanphan Posted May 3, 2021 Solution Share Posted May 3, 2021 8 hours ago, mcocode said: Hi, thanks so much for the offer of help. I made the site password “test1”. On the first page if you scroll down I created an image card that demonstrates the issue. Thank you for your help! Add to Design > Custom CSS /* Center image card mobile */ @media screen and (max-width:767px) { .design-layout-card * { text-align: center; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
mcocode Posted May 3, 2021 Author Share Posted May 3, 2021 38 minutes ago, tuanphan said: Add to Design > Custom CSS /* Center image card mobile */ @media screen and (max-width:767px) { .design-layout-card * { text-align: center; } } That worked perfectly, thank you so much!! 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