Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1102070

    Hello,

    I am using a plugin that puts a tab on the left side of the site. It works perfectly with ENfold other than it disappears behind the footer. I have tried adjusting the plugins z-index to no avail. I reached out to the PI Developer and they asked that I reduce the z-index of the footer as a temporary fix. How would I go about doing that?

    Thank you!

    #1102080

    Hey Scott,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #footer {
        z-index: 0 !important; 
    }

    Best regards,
    Mike

    #1102117

    Perfect! Thank you very much, great support as always!

    #1102123

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Footer Z-Index’ is closed to new replies.