Monday, April 16, 2012

Center Post Title in New Blogger Templates

In this tutorial, I'll explain how you can change the alignment (position) of the post title. By default, post title aligns to left but you can change it to center as well.This tutorial will work on all those templates.

Just open the Template tab -> Edit HTML button.

Then find (Ctrl + f) the following code:
-----------------------------------------------------

 
]]></b:skin>

and REPLACE it with the following one:
-----------------------------------------------


h3.post-title { text-align:center; }

]]></b:skin>

-----------------------------------------------------------------------------------------
Click the PREVIEW button and you'll see that the post title is now centered. After that save your template and enjoy :)