• Resolved cjaeger

    (@cjaeger)


    Greetings! My thumbnails show fine, but when the image shows in the slideshow the heads (top of image) get pushed down or “cut off.” I’m wondering why the image doesn’t resize “properly” and thinking I must have a setting wrong somewhere. Any help is greatly appreciated. Thanks.

    Top of gallery pics: https://fifthavenueentertainment.com/frank-sinatra-rat-pack-tribute-act/

    Look at the Austin Powers Pirate thumbnail and then the pic in the gallery when it loads.

    And the third picture in the gallery, the three singers (rat pack). Thumbnail looks great. But when you look at the same picture in the gallery, the top of the heads are cut off.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    Your theme has a fixed header with a z-index of 99999, that is why it is on top of your lightbox, the images are not cutoff, but blocked by the header.

    The lightbox has a z-index of 1040, if you set your header z-index to 1039 it looks better. You can check your theme options and see if there is any settings you can change to fix this.

    Here is the CSS code in case you want to force the fix (Please check how the rest of your site looks afterwards though.)

    header#main-header {
        z-index: 1039 !important;
    }
    
    div#top-header {
        z-index: 1039 !important;
    }

    I hope this points you in the right direction.

Viewing 1 replies (of 1 total)

The topic ‘Heads Cut Off’ is closed to new replies.