centered header
- The topic ‘centered header’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
Still one more..
Is it possible to center the headers?
Those are now aligned left.
*Anne
The blog I need help with is: (visible only to logged in users)
Hi Anne,
Which headers do you mean? Can you share a link to a page with a header not aligned how you want it?
Hi John,
The most important would be the header “Anne Törnroos” (www.annetornroos.com) and “About/ Info” header (http://annetornroos.com/about/).
But I wouldn’t mind if all the portfolio headers would be centered, meaning these, inside the main page:
(http://annetornroos.com/portfolio/minni-f-ronya-aw14-the-new-beginning/)
*Anne
You can center those by adding the following CSS under Appearance > Customize > CSS:
.entry-title { text-align: center; }
Thank you John!