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

10
  1. Andrew Misplon Staff 10 years, 11 months ago

    Hi Valentino

    Good to hear from you. Sorry for the hassle, we needed to make a small change to the Vantage markup, I think you might have run an update. hgroup changed from a tag to a div class. Here is the new Custom CSS required:

    /* remove header */
    header#masthead .hgroup {
       display:none;
    }

    All I did there was add a period in front of hgroup.

    Hope that helps.

  2. Valentino Zahrnt 10 years, 11 months ago

    Hi Andrew,

    that didn’t solve the problem – it only shifted the menu, that used to be center aligned, to the left …

  3. Andrew Misplon Staff 10 years, 11 months ago

    Ok center align menu is no problem, that’s:

    /* Vantage center align the main menu */
    .main-navigation ul {
    font-size: 0;
    text-align: center;
    }
    .main-navigation ul li {
    display: inline-block;
    float: none;
    font-size: 13px;
    }
    .main-navigation ul ul li { 
    text-align: left;
    }

    Ahh ok, looks like you’re still on Vantage 2.2 so there is no change to the hgroup tag. If the logo is gone there is nothing left in your header. Did you perhaps use the Logo in Menu layout before?

    Appearance > Theme Settings > Layout > Masthead Layout > Logo in Menu

  4. Valentino Zahrnt 10 years, 11 months ago

    I updated Vantage and that removed the header. But the menu is still on the left, even with your code above.

  5. Andrew Misplon Staff 10 years, 11 months ago

    Much easier in new Vantage. Just go to Appearance > Customize > Theme Customizations > Menu and use the drop down at the top of that section to align your menu. You can now remove the CSS you had for this in Custom CSS.

  6. Valentino Zahrnt 10 years, 11 months ago

    weird – menu alignment is centered in appearance – but it doesn’t change anything

  7. Andrew Misplon Staff 10 years, 11 months ago

    Yeah, that should work. One moment, testing locally now.

  8. Andrew Misplon Staff 10 years, 11 months ago

    Thanks for reporting this problem. We’ll have it resolved in the next update, for now, please try:

    /* Fix the menu alignment setting - remove from Vantage 2.4.2 */
    .main-navigation {
      font-size: 0;
    }
    .main-navigation ul { display: block; }
  9. Valentino Zahrnt 10 years, 11 months ago

    cheers :)

  10. Andrew Misplon Staff 10 years, 11 months ago

    Thanks for your understanding. Update with fixes coming ASAP.

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