OllyT Posted January 25, 2023 Share Posted January 25, 2023 Hi I have an issue with banner text not wrapping cleanly when reduced to mobile view. Have tried several suggested bits of CSS for this but none seem to make any difference! Any ideas how to fix please? Thanks Link to comment
tuanphan Posted January 26, 2023 Share Posted January 26, 2023 Hi, Try adjusting its line-height Or share link to your site, we can help easier 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
OllyT Posted January 26, 2023 Author Share Posted January 26, 2023 Sorry, link is: manatee-carrot-z96w.squarespace.com Link to comment
Solution tuanphan Posted January 27, 2023 Solution Share Posted January 27, 2023 On 1/26/2023 at 6:18 PM, OllyT said: Sorry, link is: manatee-carrot-z96w.squarespace.com Add to Design > Custom CSS /* Mobile banner text wrap */ @media screen and (max-width:640px) { .desc-wrapper p strong { line-height: 30px; } } 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
OllyT Posted January 29, 2023 Author Share Posted January 29, 2023 Thank you so much, works perfectly! Link to comment
OllyT Posted April 5, 2023 Author Share Posted April 5, 2023 On 1/27/2023 at 1:51 PM, tuanphan said: Add to Design > Custom CSS /* Mobile banner text wrap */ @media screen and (max-width:640px) { .desc-wrapper p strong { line-height: 30px; } } Hello again - Due to a change in the text I now have the same issue at mid\tablet size window - is there a way of adapting this so the wrapping kicks in sooner - if that makes sense! Thanks Link to comment
tuanphan Posted April 8, 2023 Share Posted April 8, 2023 On 4/5/2023 at 7:48 PM, OllyT said: Hello again - Due to a change in the text I now have the same issue at mid\tablet size window - is there a way of adapting this so the wrapping kicks in sooner - if that makes sense! Thanks Change 640px to 900px 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
OllyT Posted April 8, 2023 Author Share Posted April 8, 2023 Great will give that a try, 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