Home › Forums › ThemesEYE Support › Sidebar navigation menu – Mobile Platform › Reply To: Sidebar navigation menu – Mobile Platform
June 21, 2021 at 10:04 am
#56756
support
Participant
Hi,
Could you please add the following CSS to disable the word break. To add CSS follow the steps below
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.
div#content-box p {
word-break: keep-all;
}
Thank you