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.

Header image widget partially hidden when page first loads

Resolved 7 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

When a visitor first loads my site, the header image at top right is invariably partially hidden behind the menu. If one reloads the page or navigates to any other page, the problem is fixed. This happens both with the Image widget and the PB Image widget (currently I’m using the PB image widget), regardless of how small I make the image or how wide I make the masthead padding or margin.

Any ideas?

Justin

URL: http://indwellinglanguage.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

7
  1. Andrew Misplon Staff 11 years, 4 months ago

    Hi Justin

    Unfortunately a small bug that we’ve seen pop up a few times. Please try inserting the following under Appearance > Custom CSS to resolve:

    header#masthead hgroup #header-sidebar {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    }

    Adjust 15px as required.

    Let me know if that helps.

  2. justinslocumbailey 11 years, 4 months ago

    Hi, Andrew,

    Thanks for the reply. I’ve tried that code with several different padding widths; I’m afraid none solves the problem. In fact, adding that code cause the header image to remain partially hidden even when one navigates to another page (but not if one reloads the homepage), so I’ve removed the code again.

    Justin

  3. Andrew Misplon Staff 11 years, 4 months ago

    How about:

    header#masthead hgroup #header-sidebar[style] {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    }

    Please note that when you upgrade to Vantage 2.2.2 you’ll need to change this CSS snippet to:

    header#masthead .hgroup #header-sidebar[style] {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    }

    Use the first snippet now and the second snippet when you’ve upgraded to 2.2.2. The only difference is the period in front of hgroup.

  4. justinslocumbailey 11 years, 4 months ago

    Dear Andrew,

    I still have the same problem after adding the code from your last post.

    I’ll see if upgrading makes any difference.

    Justin

  5. Andrew Misplon Staff 11 years, 4 months ago

    Ok got you. Please upgrade then add the second snippet above to Custom CSS and leave it there so I can see everything in action. Let me know when that’s done.

  6. justinslocumbailey 11 years, 4 months ago

    I’ve updated Vantage and added the CSS snippet, and the combination seems to be working so far. Thank you!

  7. Andrew Misplon Staff 11 years, 4 months ago

    Super, glad to hear that helped. Let me know if it comes again.

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