Thursday, 27 January 2011

How to centre the image and description text at the top of your blog

Hello and welcome to the first post of the ActiveFinish blog!

First things first, I may as well document how I managed to centre the image and description text at the top of this blog;-
  • Click the Design tab
  • Click Template designer
  • Click Advanced
  • Click Add CSS
In the CSS edit box, add the lines;-

     #Header1_headerimg {margin:0 auto;}
    .Header .description {text-align:center;}

VoilĂ !

PS: This is accurate as of the date of this post; I'm sure the whole process will have changed in about 47 minutes or so.

 

No comments:

Post a Comment