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

    Tooltip works well on large screens, but if the text is a bit longer than the heigh of for example a telephonet it falls outside the borders on phones when you scroll down to read the whole text.

    I use a codeblock with

    {tooltip}Read more {end-text}<p></p><b>Text </b></p>
    text text text etc
    {end-tooltip}
    I tried to solve it in the quick CSS but cannot find the solution

    #1439044

    Hey Woutski,

    Thank you for the inquiry.

    You can add this css code to unset the maximum height of the tooltip:

    .tooltipck-tip {
        max-height: none !important;
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1439117

    Hey ismael,

    Thanks for your reply. It works

    Kind regards, Woutski

    #1439130

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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