07-11-2007, 12:36 PM
It's fairly easy to do this. You can either add the div tag in the template header or do a simpler method.
Go to the theme manager, and edit the theme you wish to have the logo centered on. Navigate to the very bottom Additional CSS box and add this code:
Done! Now refresh your theme and see the centered header. :slick:
Go to the theme manager, and edit the theme you wish to have the logo centered on. Navigate to the very bottom Additional CSS box and add this code:
Code:
.logo {
text-align: center;
}Done! Now refresh your theme and see the centered header. :slick:

