Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I just loaded the theme and added my logo but it’s to the left side of the page while I would like it to be in the middle. How do I go about rectifying this? Thanks.
Hey, I found a solution already on this site. I probably should have done a search first. Thanks! :)
Hi LFMC
Glad to hear you came right.
This is a setting within Appearance > Customize if you’re running Vantage Premium. In Vantage Free you can use the following within a Custom CSS module (http://jetpack.me/support/custom-css/).
/* Vantage Center Logo */ header#masthead hgroup .logo { float: none !important; } header#masthead hgroup .logo img { display: block; margin: 0 auto; }All the best with your project.