Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #534872

    How do you change the width of the tooltip to accommodation more text? It’s a bit small at the moment.

    thanks

    Jon

    #534885

    Hi jjma!

    Which tooltip is it? Image element, team element? etc etc

    Can you send us a link to the page? You can set your reply as private if you wish.

    Cheers!
    Elliott

    #537493

    Here is the link:

    http://www.pivotalscientific.com/alliance-test

    We are using the partner/logo element and want to increase the width of the tooltip.

    thanks

    #538030

    Anyone?

    #539105

    Can the tooltip width be changed for the partner / logo element?

    Appreciate any response.

    Jonathan

    #539259

    Hey!

    Add this to a codeblock element in the page content.

    <style type = "text/css">
    .avia-tooltip { width: 300px !important; }
    </style>

    Regards,
    Elliott

    #539542

    How is it possible to do that using the advanced editor as wordpress removes the style if pasted into a text box.

    #539550

    Hey!

    Please make sure to add the code in text tab of text block element.

    Regards,
    Yigit

    #539607

    Yes that is what I tried:

    <style type = “text/css”>
    .avia-tooltip { width: 300px !important; }
    </style>
    my text block

    In the text tab of the text block element but advanced editor removes the style. I know this because if I use the default editor the inline style appears in the body.

    #540188

    Anyone?

    #541109

    Hi!

    Please try adding following code to Style.css file of your child theme or Enfold/css/custom.css file of your parent theme

    .avia-tooltip { width: 300px !important; }

    Regards,
    Yigit

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