LingL Posted September 22, 2021 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:
tuanphan Posted September 24, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
LingL Posted October 4, 2021 Author Posted October 4, 2021 Hi Tuanphan - I've published the page and you can see it at '/home'. thank you.
tuanphan Posted October 6, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
LingL Posted October 6, 2021 Author 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?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.