Twenty Eleven – Getting page title all on one line.
-
Hi there
I have a few pages on my blog (this being one example: http://piteiraphotography.com/client-area-area-do-client/pessoas-com-quem-adoramos-trabalhar/ ) where the title runs onto 2 lines, which looks odd… to say the least. How can I get all the text on the same line? I have the CSS upgrade.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
You can make the titles for single posts and pages in the Twenty Eleven theme full width by adding this to your Appearance → Custom Design → CSS:
.singular .entry-header { width: 100%; }When you do that, the edit link (which only blog owners can see) will overlap the title, and you can move it by adding this:
.singular .entry-meta .edit-link a { left: 0; top: 40px; } -
- The topic ‘Twenty Eleven – Getting page title all on one line.’ is closed to new replies.