• Resolved Silver Spruce Hosting

    (@silversprucehosting)


    Hi,

    Firstly, love the plugin! Great work!

    I’ve tried to use the tooltips but I couldn’t get it to work. Then I found this CSS from a previous post.

    .eae-ct-feature .tooltip 
    {
     opacity: 1;
    }
    .eae-ct-feature .tooltip {
        z-index: 1;
    }
    .eae-ct-wrapper .tooltip .tooltiptext{
        position: absolute
        left: 50%;
        right: 50%;
        transform: translate(-50%, -100%);
        width: 250px;
        margin-left : 10px
       }

    However, I can’t get the tooltips to popup above the I icon.

    }
    .eae-ct-wrapper .tooltip .tooltiptext{
    position: absolute
    left: 50%;
    right: 50%;
    transform: translate(-50%, -100%);
    width: 250px;
    margin-left : 10px
    }`

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

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