Make logo center

Hi,

thank you for the wonderful and easy to use theme.

I would like to make the logo center for my website: http://www.omhealth.com/shop

I browsed the forum and found this code which I added to the theme style.css:

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

However there is no effect. Could you please let me know how I can centralize the logo?

I would also like for the customers to be able to register and sign in to buy products under woo commerce, do you know how to change the settings to do this? Thanks.

Try this:
.navbar-header {float: none; text-align: center;}