can I wrap my blog post title text?
-
Using the Blakasan theme (my blog is cbgloves.wordpress.com), is it possible to wrap the blog title text (for an individual post) so it runs on two lines rather than one?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can use Custom CSS to change the appearance of the post titles. You can target the post titles with the following selector:
.hentry header h1 aYou should be able to change the width of the post title, and they will automatically adjust to match the width, thus breaking into 2 lines if necessary.
You can get started with the Custom CSS upgrade by following this guide:
http://en.support.wordpress.com/custom-design/custom-css/If you’re not familiar with CSS, you can also ask for help in the CSS customization forums:
https://en.forums.wordpress.com/forum/css-customizationI hope this helps.
- The topic ‘can I wrap my blog post title text?’ is closed to new replies.