Home>Support>Header image widget partially hidden when page first loads

Header image widget partially hidden when page first loads

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 11 months ago justinslocumbailey

    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. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 11 months ago justinslocumbailey

    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. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 11 months ago justinslocumbailey

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

  7. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More