Recent Posts

Best Blogger | Tech Tutorials
Subscribe Via Rss Subscribe To The Latest Tips & Tricks
Follow On Twitter Follow @naijaclub10_com On Twitter
Receive The Latest Posts Directly To Your Email - It's Free: Email rss Enter Your Email And Click Subscribe
What is rssHave You Subscribed ?

September 02, 2013

How to Center Post titles, Gadgets, Dates and Tabs in Blogger

Go into the Template section on the lef --->Customize button
   --->Advanced section on the left
  ----> Add CSS

Once you are in there, you're going to want to add the following codes.  Simply copy/paste (or type) them into the Add CSS field, and then hit enter between each one.

Code to center your Post & Date Titles in Blogger:

.post-title {text-align:center;}
.date-header {text-align:center;}

Code to center your Gadget Headers in Blogger:

.widget {  text-align: center;}

 Code to center your Tabs in Blogger:

.PageList {text-align:center !important;}.PageList li {display:inline !important; float:none !important;}

You can also leave out any of these you want, and just pick and choose which things you want centered and which you do not.  If you leave one out, that section will just remain with the basic Blogger settings.  

No comments:

Post a Comment