LingL Posted September 22, 2021 Share Posted September 22, 2021 Site URL: https://butterfly-clover-xpmk.squarespace.com/ I'm having trouble trying to figure out how to prevent the text from overlapping when the site scales down for smaller screen devices. First I wanted the 'Membership and passes' text to wrap within the confines of the column, like it does in editor view (see image below). For some reason it doesn't do this in production! Help is much appreciated: Link to comment
tuanphan Posted September 24, 2021 Share Posted September 24, 2021 Hi, What is access password? 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
LingL Posted October 4, 2021 Author Share Posted October 4, 2021 Hi Tuanphan - I've published the page and you can see it at '/home'. thank you. Link to comment
tuanphan Posted October 6, 2021 Share Posted October 6, 2021 On 10/4/2021 at 10:55 AM, LingL said: Hi Tuanphan - I've published the page and you can see it at '/home'. thank you. Add to Design > Custom CSS. The code run from 768px to 1024px. You can adjust these numbers /* Home text break */ @media screen and (max-width:1024px) and (min-width:768px) { div#block-ac2983fffb585b3224a3 h1 { font-size: 40px; } } 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
LingL Posted October 6, 2021 Author Share Posted October 6, 2021 Thanks @tuanphan - this is a really helpful alternative. If there a way to allow the text to roll on the next line like in the preview version screen I attached? 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