Post title width
-
Using the Zuki theme. I made my post content area wider and it automatically effects the picture as well, which is great, but I have realized the the title of the post is not the same width. So now sometimes it will run over two lines.
Is there a CSS code to generally make the title width as wide as the post content?The blog I need help with is: (visible only to logged in users)
-
I don’t see any posts on your blog so I can’t see what you mean exactly. Do you have an example you can show?
-
Not going online yet, but I think I see what the system is doing with my titles. But do you know how to make title font of posts smaller? Is there one CSS code so I can adjust it for all?
-
For post titles only, on single post pages, you can adjust the font size with the following.
.entry-header h1.entry-title { font-size: 2.625rem; } -
-
- The topic ‘Post title width’ is closed to new replies.