• Resolved cedmedia

    (@cedmedia)


    We are using the Tooltip widget. It looks great on desktop, but when I tap to view it on mobile it does not show the tooltip content. It appears as though it is cut off by something. I tested on Safari iOS and Chrome iOS.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rafin

    (@rafinkhan)

    Hi @cedmedia,

    You can add this following custom CSS:

    @media (max-width: 767px) {
        .elementor-element.elementor-widget.elementor-widget-eael-tooltip .elementor-widget-container {
            overflow: inherit;
        }   
    }

    This should solve your issue. Thank you.

    Thread Starter cedmedia

    (@cedmedia)

    Thank you @rafinkhan, that did the trick! any chance this will be fixed for future release of plugin?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tooltip not showing on mobile’ is closed to new replies.