How to resolve the wrap title in WordPress blog

Posted by Admin L in WordPress Experience on 10-03-2012.

Author: Nosa Lee
Original Address: https://www.seeksunslowly.com/wordpress-blog-wrap-title
To reprint this article, please indicate the source, thank you.
_____________________________________

There are some WordPress themes limit the width of the title in banner, this may cause wrap title.

It is easy to resolve this issue, log into Dashboard, click “Appearance -> Editor -> Stylesheet (style.css)” and adjust the title width like this:
[cc lang=”css”]
#header_title{
width:450px;
}
[/cc]
Please note you may need to adjust menu width (if the two together represent the total width)
[cc lang=”css”]
#header_menu{
width:550px;
}
[/cc]

【赞赏 / Reward】

微信         支付宝         PayPal

Post a comment