Hi,
I am currently working on a website and have a problem. Certain lines are not wrapping in CMS and whitespace on right side on mobile.
Here is the website I need help with.
thank you,
Here is my site Read-Only: LINK
(how to share your site Read-Only link)
abirana
(Abi Rana | Interactive Web Developer)
#2
You’ve long single word those doesn’t break it self. I see you’ve so many long words so you can apply word-break: break-word on your body.
abirana, thanks for the response. Where would I enter this code? The word that isn’t breaking is in a CMS on a blog.
abirana
(Abi Rana | Interactive Web Developer)
#4
You have to add it as a custom CSS. Like:
body {
word-break: break-word;
}