• Resolved maestroelpidio

    (@maestroelpidio)


    Hello,

    I would like to adjust line-height for checkbox option multi-line text. What css class should I target?

    example:
    [checkbox] multiline-text multiline-text multiline-text multiline-text multiline-text multiline-text multiline-text multiline-text multiline-text multiline-text multiline-text multiline-text multiline-text

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @maestroelpidio ,

    Please try this selector:

    .forminator-ui.forminator-custom-form[data-design="default"] .forminator-checkbox span[aria-hidden] + span

    kind regards,
    Kasia

    Thread Starter maestroelpidio

    (@maestroelpidio)

    Thank you for a swift answer!

    This worked like a charm but the checkbox did not adjust to align with a first line:
    .forminator-checkbox span[aria-hidden] + span {
    line-height: 1.5;
    }

    Not sure how to use the first part of the css selector.

    But it was a big help already!

    Plugin Support Saurabh – WPMU DEV Support

    (@wpmudev-support7)

    Hello @maestroelpidio,

    To be able to help you with the CSS, could you please help us with the URL where the form is pasted to check the CSS and help you with the same?

    Thank you,
    Prathamesh Palve

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @maestroelpidio ,

    We haven’t heard from you for a while now, looks like you no longer need our assistance.

    If you still need it please feel free to re-open this ticket

    kind regards,
    Kasia

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom line-height for checkbox option multi-line text’ is closed to new replies.