Home>Support>How do I center the logo on my site?

How do I center the logo on my site?

By Chad Andreo-Photo, 10 years ago. Last reply by Margot9, 8 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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 1 month ago Chad Andreo-Photo

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

  3. 10 years, 1 month ago Andrew Misplon
    Hi, I Work Here

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

  4. 10 years, 1 month ago Chad Andreo-Photo

    http://www.andreocinema.com

  5. 10 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    Try this instead:

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

    Thank worked! Thank you!

  7. 10 years, 1 month ago Chad Andreo-Photo

    That*

  8. 10 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    Super, glad we could help.

  9. 8 years, 9 months ago Margot9

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More