ANielson Posted July 12, 2022 Posted July 12, 2022 (edited) Site URL: https://kp-brandedcontent.squarespace.com Been looking for a solution that keeps my headers from breaking into multiple lines or separating between letters. Is there anyone who could help me? Seems like this is a problem that requires a custom solution. My url is https://kp-brandedcontent.squarespace.com Thanks! Edited July 12, 2022 by ANielson Forgot to say thank you.
tuanphan Posted July 13, 2022 Posted July 13, 2022 This appear on Tablet or? Add this to Design > Custom CSS /* Prevent text break on tablet */ @media screen and (max-width:991px) and (min-width:768px) { div#block-f8ef856edb6e77bf0dec h1 { font-size: 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!)
ANielson Posted July 14, 2022 Author Posted July 14, 2022 Thank you very much. I am assuming I can replace the block ID for any other pieces of text that I have issues with.
tuanphan Posted July 15, 2022 Posted July 15, 2022 15 hours ago, ANielson said: Thank you very much. I am assuming I can replace the block ID for any other pieces of text that I have issues with. Yes. Use this free tool to find block id https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en 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!)
ANielson Posted July 17, 2022 Author Posted July 17, 2022 Thank you very much. Could you help me with code that would fix this issue in Mobile?
tuanphan Posted July 18, 2022 Posted July 18, 2022 On 7/17/2022 at 12:15 PM, ANielson said: Thank you very much. Could you help me with code that would fix this issue in Mobile? I see lot of title text has this problem. Fix all or screenshot text only? https://kp-brandedcontent.squarespace.com/ 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!)
ANielson Posted July 23, 2022 Author Posted July 23, 2022 On 7/18/2022 at 2:42 AM, tuanphan said: I see lot of title text has this . Fix all or screenshot text only? https://kp-brandedcontent.squarespace.com/ Sorry for the delayed response. I would LOVE a fix all.
Solution tuanphan Posted July 23, 2022 Solution Posted July 23, 2022 5 hours ago, ANielson said: Sorry for the delayed response. I would LOVE a fix all. Add to Design > Custom CSS body.homepage { /* fix mobile text */ @media screen and (max-width:767px) { /* create content that */ div#block-yui_3_17_2_1_1648836255147_5641 h2 { word-break: normal !important; font-size: 40px; } /* no matter you */ div#block-62d37fbe4b9f052241e591ef h3 { font-size: 40px; } /* because we have created */ div#block-62d380c4f7b234a8cec5c887 h3 { font-size: 40px; } p { font-size: 20px; } /* Story stragery */ div#page-section-61b8ff61548a55512c150382 h3 { font-size: 38px; } h2 { font-size: 40px; } }} ANielson 1 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment