Showing posts with label post title in blogger. Show all posts
Showing posts with label post title in blogger. Show all posts

Thursday, 26 February 2015

How To Center Everything You Need To Center In Your Blogger Blog


nerd diy centering for blogger blog

Log in to your Blogger blog, go to Template > Customize > Advanced > Add CSS

Enter any of the code below inside the CSS box to position whatever you want to center to the middle.

Code to center your Header Image:

#header-inner img {margin: 0 auto;}

To center your Header’s Title and Description (text):

#header-inner {text-align: center;}

Code to center your Post Titles: