mcocode Posted May 3, 2021 Share Posted May 3, 2021 (edited) Site URL: https://banjo-rust-5rz2.squarespace.com The site password is "test1". We are trying to figure out how to change things such that on mobile, text doesn't wrap arbitrarily, and possibly scales down if needed. You can see an example of the text wrapping on the mobile view on the first section of the front page. I'm not sure if there is an easy way to do this, or there is a more preferred way and just to change the copy? Thank you! Edited May 4, 2021 by mcocode Link to comment
Solution tuanphan Posted May 6, 2021 Solution Share Posted May 6, 2021 On 5/4/2021 at 6:22 AM, mcocode said: Site URL: https://banjo-rust-5rz2.squarespace.com The site password is "test1". We are trying to figure out how to change things such that on mobile, text doesn't wrap arbitrarily, and possibly scales down if needed. You can see an example of the text wrapping on the mobile view on the first section of the front page. I'm not sure if there is an easy way to do this, or there is a more preferred way and just to change the copy? Thank you! Add to Design > Custom CSS [data-section-id="60770ccb5a0fc05aacc60e86"] .content { width: 70% !Important; } @media screen and (max-width:767px) { div#block-e2bc9aa093a924ac1fa9 h1 { font-size: 35px; } } 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 6, 2021 Author Share Posted May 6, 2021 You are amazing Tuan, 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