PDA

View Full Version : How to center logo



s0ct0j0c
21-04-2011, 08:28 AM
admin.php > appearance > templates > filter: header

Edit the header.css and from #logo remove the float:left and instead use text-align: center;


#logo
{
display: block;
text-align: center;
line-height: @headerLogoHeight;
height: @headerLogoHeight;
vertical-align: middle;
}