ANDREY_DANILOV Posted March 17 Share Posted March 17 This problem occurred recently where Chinese text gets off the screen on mobile. Please see screenshot attached or via this link: http://andreydanilov.com/calligraphy Any advice will be appreciated. A. Link to comment
Solution tuanphan Posted March 18 Solution Share Posted March 18 You can use this code to Website > Website Tools > Custom CSS to fix problem @media screen and (max-width:767px) { .page-description p { white-space: initial !important; word-wrap: break-word; } } 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
ANDREY_DANILOV Posted March 18 Author Share Posted March 18 Thank you, that fixed it. 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