Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16894
    eggfarkarch
    Participant

    The PhotoSwipe lightbox is covered by the site’s header, so part of the image as well as full screen links are not visible. This happens on desktop & mobile sites. When I use the SwipeBox option, this does not happen.

    For an example, see: http://eggfarkarch.com/portfolio/fort-ward-bunker-house

    Please advise.

    #16899
    Bartosz
    Keymaster

    Ok, please add that CSS to your theme stylesheet or via Cusomizer custom CSS:

    .site-header {
        z-index: 1000 !important;
    }

    This will be enough to push the header below the lightbox overlay.

    #16918
    eggfarkarch
    Participant

    Thanks. Issue resolved.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.