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.

Replies

9
  1. Andrew Misplon Staff 10 years, 18 days ago

    Hi Terry

    Thanks for the wait.

    These are features in the Customizer in Vantage Premium. If you’d like to stick with Vantage Free, please, try the following:

    /* Center Logo */
    #masthead .hgroup .logo, #masthead .hgroup .site-logo-link {
        float: none;
    }
    #masthead .hgroup .logo {
        text-align: center;
    }

    To change header padding, try the following, adjust as needed:

    /* Header Padding */
    #masthead .hgroup {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    In the default masthead, Vantage doesn’t control the logo size, if you upload a larger logo it should display at a larger size.

    Hope this helps.

  2. Terry Nuss 10 years, 12 days ago

    Hi Andrew,

    Just to clarify, I should be putting this in the css.style sheet under my child theme right? That’s what I’ve done and nothing changes.

  3. Andrew Misplon Staff 10 years, 12 days ago

    Sure, style.css of your child theme or a Custom CSS plugin like SiteOrigin CSS. If you send a link to your site we can take a look.

  4. Terry Nuss 10 years, 12 days ago

    Yeah definitely, it’s http://www.theteachermarket.com

  5. Andrew Misplon Staff 10 years, 11 days ago

    Thanks. Try adding the following:

    #masthead .hgroup .logo img, #masthead .hgroup .site-logo-link img {
        display: block;
        margin: 0 auto;
    }
  6. Terry Nuss 10 years, 9 days ago

    Still doesn’t work.

  7. Andrew Misplon Staff 10 years, 8 days ago

    Looks centred on my side now. Can you confirm the issue is persisting for you?

  8. Terry Nuss 10 years, 8 days ago

    Well, it suddenly works, thanks for your help! Must not have kicked in right away.

  9. Andrew Misplon Staff 10 years, 8 days ago

    Super :) Glad to hear it’s working.

    All the best.

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