This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

How do I center the logo on my site?

Resolved 9 replies themetheme-vantage
11 years ago · Last reply by Margot9 10 years ago

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

9
  1. Andrew Misplon Staff 11 years, 6 months ago

    Hi 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;
    }
  2. Chad Andreo-Photo 11 years, 6 months ago

    Thanks for the reply. I just entered the code you gave into Jetpacks CSS Stylesheet, and it did not appear to work.

  3. Andrew Misplon Staff 11 years, 6 months ago

    Please send through a link and I’ll take a look.

  4. Andrew Misplon Staff 11 years, 6 months ago

    Try this instead:

    /* Vantage Center Logo */
    header#masthead .hgroup .logo {
    float: none !important;
    }
    header#masthead .hgroup .logo img {
    display: block;
    margin: 0 auto;
    }
  5. Chad Andreo-Photo 11 years, 6 months ago

    Thank worked! Thank you!

  6. Chad Andreo-Photo 11 years, 6 months ago

    That*

  7. Andrew Misplon Staff 11 years, 6 months ago

    Super, glad we could help.

  8. Margot9 10 years, 3 months ago

    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.

Have a different question or issue?

Start New Thread