How do I center the logo on my site?
Hi, I was wondering if anyone could tell me how to center the logo on a new site I am working on?
Also, how do I remove the word “Andreo Studio” from the top masterhead?
andreocinema.com
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
9Hi Chad
Thanks for running Vantage.
Head to WP Admin > Appearance > Customize, Theme Settings > Logo: Header Text to remove the text on the right of your header.
You can center your logo at WP Admin > Appearance > Customize, Theme Design > General and click Center Logo.
In Vantage Free, add the following to a custom CSS module like the one included with Jetpack:
/* Vantage Center Logo */ header#masthead .hgroup .logo img { display: block; margin: 0 auto; }Thanks for the reply. I just entered the code you gave into Jetpacks CSS Stylesheet, and it did not appear to work.
Please send through a link and I’ll take a look.
http://www.andreocinema.com
Try this instead:
/* Vantage Center Logo */ header#masthead .hgroup .logo { float: none !important; } header#masthead .hgroup .logo img { display: block; margin: 0 auto; }Thank worked! Thank you!
That*
Super, glad we could help.
And how do I get this logo larger?
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.