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

    (@clevelandwebdeveloper)

    Hi Samuel,

    -The tooltip is designed to automatically appear above the elements they are attached to and are shown below only if there isn’t enough space above. As of now there is no way to change this behavior but stay tuned as I might be able to include the ability to change this in a future plugin update.

    Also, for better vertical positioning, try adding the “tooltips” class and title attribute to the “img” tag, as opposed to the “a” tag.

    For example, instead of:

    <a href="yourlink.html" class="tooltips" title="this is the tooltip message"><img src="yourimage.jpg"></a>

    Your html should be:

    <a href="yourlink.html"><img src="yourimage.jpg" class="tooltips" title="this is the tooltip message"></a>

    -Regarding your final two questions, put this in your css:

    .Zebra_Tooltip .Zebra_Tooltip_Message {
    	font-size: 20px !important; /*replace 20px with whatever font size you like*/
    	text-align: justify !important;
    }

    Enjoy the plugin and good luck,
    Justin

    Thread Starter samtazbu

    (@samtazbu)

    Hi Justin,

    Thanks a ton!

    Sam

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘A few questions’ is closed to new replies.