Reply To: Sidebar navigation menu – Mobile Platform

Home Forums ThemesEYE Support Sidebar navigation menu – Mobile Platform Reply To: Sidebar navigation menu – Mobile Platform

#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