Showing posts with label Center Title. Show all posts
Showing posts with label Center Title. Show all posts

Friday, November 2, 2012

Center Title in Blogger Dynamic View



Here's a quick one. I've seen a couple of questions about this in the past - how to center blog's title in Blogger's Dynamic View. If you don't have a description set, your title will look isolated on the left, and there will be lots of empty space to the right. Here's how you can bring your blog's title to the center.

Go to Dashboard --> Template --> Customize --> Advanced --> Add CSS --> paste the following code --> Press enter after the last character of the last line } --> Apply to Blog.
1
2
3
4
#header.header .header-bar span.title{
width: 100% !important;
text-align: center !important;
}
You might also like: