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

    Hi, how can I get the rollover icon tooltip to follow the actual amount of text, rather than that it is in some predefined default width?
    I would like it to be as large as it is necessary, not larger, or in other words, that it is defined through padding and margin in relevance to the text.
    Please see the picture: in the first raw you can see the default behaviour. In the second raw you see roughly what I would like to achieve.
    Thank you!
    the icon tooltip now and what I want

    #1210140

    Hey Misko,

    Try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    #top .avia-icon-tooltip {
        width: auto !important;
        max-width: 250px;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1210269

    Sometimes – but only sometimes you send a short question to a support and you get a quick short answer that solves everything. This is one of these rare moments :)

    Works like charm! Perfect! that is exactly what I wanted.
    Thank you

    #1210302

    Hi Misko,

    I’m glad to hear that this is one of the rare moments :D
    We’re happy that we are able to help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Icon tooltip width’ is closed to new replies.