• Resolved thegrbteam

    (@thegrbteam)


    Please can you provide the css to increase the z-index? I’ve tried targeting ::part with no luck.

    I’m a Pro level customer but I’ve not had any reply from support and this is urgent. Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mircea Sandu

    (@gripgrip)

    Hi @thegrbteam,

    I replied to your requests earlier today and again now, we can’t offer support for the premium plugin here. Can you please check your spam folder?

    Regarding z-index, you can try to set the z-index on the main container if the part selector is not having the desired effect:

    #wpconsent-container {
    position: relative;
    z-index: 9999999;
    }

    Thread Starter thegrbteam

    (@thegrbteam)

    No problem, I have your email now. Yes the above worked, I needed position: relative; in addition to z-index. Thanks

    #wpconsent-container {
    position: relative;
    z-index: 9999999;
    }

    It worked for me. It would be good to have a field for adjusting the z-index value. It gets lost in the background in extensions like Call Now.

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.