Ecostor Posted November 1, 2021 Share Posted November 1, 2021 Site URL: https://www.eco-stor.de Hi, I have encountered issues with the Mobile/Phone view when it comes to the display of words. The main language of the website is in German - the words used are sometimes very long - and the words are sometimes cut without any logic. I have tried multiple codings given in the forum, but they concerned hyperphenation and this is not something that would bother us (on the contrary). I have also tried to play with the size of the font, without success. You will see attached an image of a word cut only a letter before it ends to the next line. Is there a proper coding to avoid that ? Thank you in advance for your help. Link to comment
tuanphan Posted November 4, 2021 Share Posted November 4, 2021 Hi, Try adding this to Design > Custom CSS p,h1,h2,h3 { -webkit-hyphens: manual !important; -moz-hyphens: manual !important; -ms-hyphens: manual !important; hyphens: manual !important } 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