Yes, use a smaller logo. Decrease it to 800 pixels wide, then in the css, change this section:
to this:Code:#logoWrapper { float:left; width:auto; } #logo { float:left; text-align:center; }
Then your logo will be centered, and no matter the width of the site, it will look nice.Code:#logoWrapper { } #logo { text-align:center; }
Bookmarks