Responsive Tooltip

Home Forums WordPress Tooltip Pro Support Responsive Tooltip

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • mineralman
    Member

    Is there a way to have the ToolTip be responsive to the size of the page?

    It seems to Fixed and if viewed on a smaller screen It goes off the page if the popup is larger.

     

    Hi,

    Thanks for the question, you can use your own stylesheet file to control it, in F.A.Q — https://tooltips.org/faq/
    —————————————————
    About Stylesheet File Of The Plugin

    Although we have many default style for our tooltips, also users can customize their style on customized style control panel, but we offered another way to help users to customize style in a stylesheet file, if you activated the tooltips pro plugin please check your page source you will find the tooltips.css is loaded on the page:
    < link rel="stylesheet" href="http://yourdomain.com/wp-content/plugins/tooltips-pro/tooltips.css" type="text/css" media="screen"/>
    also if you open the tooltips.css, you will find some commented codes just as a reference, you can easy to control all of your stylesheet, just try to add a tooltips in plugin menu, and then you can try to add a code in tooltips.css, for example like this one:

    classtoolTips0 {color: red !important;}
    on the front end you will find the keyword of the tooltips has been changed the color red, by this way you can customize your all elements of tooltips keyword, tooltips content, tooltips box…, and so on, thanks.
    ——————————————————-
    If any more question please tell me, thanks, have a happy weekend.

    Best Regards,
    Tomas

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