• Resolved dbini

    (@dbini)


    hello. I have installed a Visual Portfolio gallery in a post, and set the click action to be Popup. This works great, but when the popup image appears, it seems to be too high on the page and part of the image is hidden behind the sticky header.
    is there a bit of CSS i can add to make the popup appear a little lower? or is there a setting somewhere that i cannot find?
    best wishes,
    john

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nikita

    (@nko)

    Hi,

    You can change the z-index using custom CSS so that it will be higher than your menu:

    .vp-fancybox {
        --vp-popup__z-index: 10000;
    }

    Regards,
    Nikita.

    Thread Starter dbini

    (@dbini)

    Thank you – that solves the issue nicely.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Popup image clashes with header’ is closed to new replies.