Site Title on Mobile Version
- The topic ‘Site Title on Mobile Version’ is closed to new replies.
Need help? Check out our Support site, then
On the mobile view of my site, I’m having trouble formatting the title so that it will display without cutting words in half when it skips to the next line. Is there a way to format the title so that it displays properly on the mobile version, separately from the way it is formatted on the desktop version?
The blog I need help with is: (visible only to logged in users)
Hello,
Try adding the following CSS in your Customizer:
#header .site-title {
word-break: break-word;
}
That should prevent the words in the title from breaking at the letters as the site scales down.
I hope this helps. Thanks!
Thank you!
You’re welcome!