Tagged: width
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?
.avia-tooltip { max-width: auto !important; width: auto !important; }
did it for now..