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.
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.
Thanks. Issue resolved.