Hi Advent,
While you may want to adjust the width attribute for the size of your particular graphic (used as your logo), here is the CSS you want.
If you are using a child theme, please put it into the child theme style.css. Otherwise, you can add it with the Responsive Theme Options in the Admin Dashboard.
#logo {
float: none;
margin: 0 auto;
max-width: 300px;
padding-top: 30px;
}
We have used this method a lot at 1wd.tv and found that it’s possible to do some pretty powerful mods with some basic css.
If you need any more help, please let me know ??
Cheers!
spence