Tagged: 

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

    Hello together,

    once again, we need your help.
    We are using an external plugin to show pop-up tooltips. Unfortunately, the container on the right side of the plugin seems to have a higher z-index, so the tooltips are not shown in full size.

    We already tried it for several hours, but we didn’t figure out how to set the z-index of our element higher or the z-index on the right side lower.
    See further details in private.

    We are really looking forward to your help,
    Thank you,
    Leo

    #698091

    Hey leoadmin!

    Please consider to contact the plugin developers, who will be easier for them to provide you code support for their plugin.

    Thanks a lot for your understanding and patience

    Best regards,
    Basilis

    #698092

    Hello Basilis,

    the plugin developers couldn’t provide us code support, because its a theme related problem.
    We need the right element (1/3) to have a lower z-index than the middle 1/3 element.

    Thank you,
    Leo

    #698339

    Hi,

    Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your column where you have your Code Block element and give it a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class { z-index: 99; }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.