Hey there blaniosh,
How are you doing today?
Not really sure what exactly you mean, would you mind posting link to your site where you got this so I can take a look?
Cheers,
Bojan
Go to site identify > site title and enter a site title of more than 25 characters.
You will see that the title splits over two lines.
Hey again,
I did that and site title was still in one line, see screenshot http://screencast.com/t/a930QXgbf.
The issue is most likely related to other elements being added in the header. If you want to post link to your site I’ll be happy to take a look and try to fix this with some custom CSS.
Best regards,
Bojan
Thanks Bojan – the site is here http://bit.ly/rushall
Hey again blaniosh,
The title wrapper has width of 32.24% which is the reason this happens, we can increase that value so your title is being displayed in one line, see screenshot http://screencast.com/t/MjWoSnJwM.
To do that please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
http://wordpress.org/plugins/simple-custom-css
div#header-mid {
width: 35%;
}
div#header-right {
width: 29%;
}
I’ve added code to reduce the size of the third element in the header as well so it doesn’t go in the second row, this should be the result http://screencast.com/t/hBrVvnyM.
Hope this helps 🙂
Cheers,
Bojan
That works perfectly Bojan – many thanks