Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello,
I am having an issue with my header breaking at the wrong position on mobile devices while using the Unwind theme.
The text is appearing as:
Simple Pa
ge
I would like for the header to either read:
Simple Page
or
Simple
Page
Thank you for your help!
Hi Sven,
Do you have a public URL where we can take a look at what’s going on?
Hi Alex,
Thanks for the reply.
The site I am working on can be found here:
http://www.simplepagewebdesign.com/
Thank you!
Sven
Hi Sven,
You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Add the following code.
#masthead .site-branding .site-title { word-break: break-all; word-break: break-word; }You might also need to install the SiteOrigin CSS Editor.
I installed the program and your CSS code worked perfectly!
Thank you!!