Centering logo

At the bottom of your CSS add this:

Code:
div#site-header { margin : auto; text-align : center; }
 
Back
Top Bottom