• Resolved firepunch

    (@firepunch)


    Hi, I have a problem with the popup, it is hidden behind the header. Is it possible to do it in the foreground?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter firepunch

    (@firepunch)

    I add that problem is above all with smartphone version of my blog

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey @firepunch,

    Thanks for reaching out to us.

    The reason for this is that the header has a high “z-index” property. Please use the following CSS to resolve this.

    .boxzilla-center-container {
        z-index: 999999 !important;
    }
    Thread Starter firepunch

    (@firepunch)

    Problem solved! Thanks @hchouhan! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Boxzilla popup hide behind header’ is closed to new replies.