• Resolved vantro

    (@vantro)


    I’m looking to modify the size of the image on the tooltip. I can see right now that it’s dynamic based on the text tooltip, however I would like to set a static sizing on this. I’m using Elementor Pro and Astra Pro.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support fizanzvai

    (@fizanzvai)

    Hi,

    Thanks for reaching out to us. To set a static width, you have to add some custom CSS. Here is the class-.wvs-has-image-tooltip:before, [data-wvstooltip]:before

    Here is a sample code for your convenience:

    .wvs-has-image-tooltip:before, [data-wvstooltip]:before {
    min-width: auto;
    width: 66px;
    }

    Please adjust it as per your need.

    Hope to hear from you soon.

    Thank You

    Plugin Support fizanzvai

    (@fizanzvai)

    Hi,

    Since it’s been a while since we last heard back from you, I’m going to mark this thread resolved.

    Hopefully, you were able to find a solution to your problem! If you have further questions, please feel free to open a new topic.

    Thank You

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