jasonconway Posted September 28, 2020 Share Posted September 28, 2020 Site URL: https://haddock-crocodile-e7d3.squarespace.com/ Hi everyone, My clients site is ready to go live but there is an issue when viewing on mobile view. The text title (which is set to a heading) pushes part of a word onto the next line? I can find code to stop justification of text but nothing on how to force mobile view to have words read properly? See the screenshots to show what I mean. https://haddock-crocodile-e7d3.squarespace.com/ sundial The above is how to view the site. Hoping this is an easy fix as it makes the text illegible and ugly. Thanks in advance. Link to comment
Solution rwp Posted September 28, 2020 Solution Share Posted September 28, 2020 That's happening because you have spaces between every letter. Remove all the spaces and add this to your CSS #block-yui_3_17_2_1_1598522306783_21272 h2 { letter-spacing: 1.2rem; } sayreambrosio 1 Link to comment
jasonconway Posted September 28, 2020 Author Share Posted September 28, 2020 2 hours ago, rwp said: That's happening because you have spaces between every letter. Remove all the spaces and add this to your CSS #block-yui_3_17_2_1_1598522306783_21272 h2 { letter-spacing: 1.2rem; } Hey thanks that worked a treat! rwp 1 Link to comment
Trish0308 Posted January 11, 2023 Share Posted January 11, 2023 I have a similar issue with a client site where the H2 text breaks on a letter rather than a word on some breakpoints. Are there any work arounds to this issue? Link to comment
tuanphan Posted January 15, 2023 Share Posted January 15, 2023 On 1/11/2023 at 9:43 PM, Trish0308 said: I have a similar issue with a client site where the H2 text breaks on a letter rather than a word on some breakpoints. Are there any work arounds to this issue? If you share link to page where you have problem, 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment