Wednesday, February 16, 2011

Customize Title Header Placement

Did you know that the placement of the title header can be change either center or right hand position? In blogspot the default setting is on the left hand side.
By adding CSS code you will change the tittle header placement left, right or center within less than 1 minutes. Don't believe me. Let try.
Below are the steps;

Step 1
  • Go to the design
  • Then Template designer


Step 2
  • On the template designer, select advanced
  • On the sub tittle, select Add CSS
  • Add below code into the CSS
.Header { 
text-align: right; 
}
Note: If want to change to center position, just change word right above to center 

No comments:

Related Posts Plugin for WordPress, Blogger...