• Resolved tanja1974

    (@tanja1974)


    After updating to version 6.13, the text in front of each link is wrapped and displayed in two lines. Afterwards, however, the text continues on the top line and is also wrapped back to the second line before and after the next link.
    Example:
    Display before:
    “By registering, you agree to the General Terms and Conditions (GTC for events) and the cancellation policy for services.
    Now:
    ‘By registering, you agree to the General……(GTC for………and…..cancellation policy…….for.
    Terms and conditions………………………………………for events)….of……. the services

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Jonathan Martínez

    (@jonathanenlared)

    Hey @tanja1974

    Thank you for reaching out. We are aware of this styling issue which the development team will address in the next update for the plugin.

    In the interim, please add the following CSS within the Customize HTML section of the form as illustrated in the image linked below.

    https://cln.sh/B0YtX1lt

    Here is the CSS Code you may add:

    <style>
    .with_frm_style .frm_checkbox label, .with_frm_style .frm_radio label{
    display: block !important;
    white-space: normal;
    }
    </style>

    Please let me know if there are any further questions I may answer for you.

    Best,

    Thread Starter tanja1974

    (@tanja1974)

    Thank you very much. Now it looks normal again.

    Do I have to remove the CSS after the next update?

    Plugin Support Jonathan Martínez

    (@jonathanenlared)

    Hey @tanja1974

    I’m glad it worked. Yes, after the next release you can safely remove that CCS snippet.

    Thread Starter tanja1974

    (@tanja1974)

    Tank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Display problem of text before/after the links in checkbox field after update’ is closed to new replies.