Is there a way to force the site logo image to center itself at the top?
I tried to do it in extra.css, but didn't change anything so thought I would ask.

Hey Andrew, typically this in extra.css will center the logo:

Code:
#logoBlock #logo {
float: none;
text-align: center;
}

Let me know if you need any additional help.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back