
Here is a quick and easy tutorial on how you can center all of these things on your blog as well, and do it all through the basic Template editor in Blogger. We're just going to add some simple coding to the CSS section in the Template Designer.
How to get there:
- Log into your Blogger account and then click on your blog name
- Go into the Template section on the left
- Then click the orange Customize button
- Then go to the Advanced section on the left
- Scroll down to 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:
text-align:center;
}
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.

Tried adding the centre post titles and the centre tabs but the tabs one didnt work.
ReplyDeleteWhen I go back to the add css part only the code for the post title is there, the tabs one disappears. Do I need to add something in between them or something?
I always hit enter after pasting, and then enter again so there's a space break between the two codes. See if that helps!
Deletethank you for this can i ask when you reply to a comment here on your blog do you do via email or right on your blog
ReplyDeleteLook at you sharing your knowledge. See, yet another reason you are a gem! :)
ReplyDeleteYou did this to mine huh... all my stuff centers now, I just noticed that this evening.
Can you make this a series, where you give a techie blog tip every week? I've been trying to change the font of my blog titles, and I found a tutorial to help me, but it was too difficult for my little brain! Help!
ReplyDeleteRight...now to figure out how to add Tabs. I am completely rubbish at anything technical. I think it would be awesome if you made this a series though.
ReplyDeleteI had no idea you could center the tabs! Thanks!!
ReplyDeleteThanks for the help - we are more centered now!
ReplyDeleteThank you for the help. I loved this but after I switched to the simple template it won't work. Any ideas?
ReplyDeleteThanks so much!
ReplyDeleteTHANK YOU!
ReplyDeleteThank you! You are awesome :)
ReplyDelete