Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29579

    I have created a child theme, which at the moment only consists of a custom style.css.

    I played around a little with the “team member” shortcode. Inside it uses the class .avia-tooltip. I do have text which runs out of the tooltip, so I set the .avia-tooltip width to “auto !important”.

    This works, when putting it as style directly into the tag (via Firefox Firebug), but is beeing ignored, when putting it into my style.css.

    Whats the workaround please?

    #141038

    Hi,

    Can you post the link to your website?

    Regards,

    Yigit

    #141039

    .avia-tooltip { max-width: auto !important; width: auto !important; }

    did it for now..

    #141040

    Hi,

    Glad you figured it out. Let us know if you have any questions

    Regards,

    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘CSS: .avia-tooltip width: auto !important is beeing ignored.’ is closed to new replies.