Hi, I was wondering how you go about center aligning the title page, as well as the main headings of your site and the month name above the calendar. I am currently using the delicacy theme. Thanks!
The blog I need help with is sarasdish.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hi, I was wondering how you go about center aligning the title page, as well as the main headings of your site and the month name above the calendar. I am currently using the delicacy theme. Thanks!
The blog I need help with is sarasdish.com.
I checked http://sarasdish.com/ and it's currently using the Bueno theme and not the Delicacy theme, so I'll answer based on your current site.
I was wondering how you go about center aligning the title page, as well as the main headings of your site and the month name above the calendar.
To center post and page titles on the Bueno theme, add this to your Appearance → Custom Design → CSS editor:
.post .title,
.page .title {
text-align: center;
}
The calendar widget heading is already centered.
This topic has been closed to new replies.