Viewing 5 replies - 1 through 5 (of 5 total)
  • Anonymous User 18525946

    (@anonymized-18525946)

    Hey there, @francveroni ??

    Happy to help out! The spacing of text lines is known as line height. To increase your labels’ line height, please paste the following into the code section under Appearance → Customize → Additional CSS:

    .happyforms-styles .happyforms-part__label { line-height: 1.5; }

    I hope this helps! Let us know.

    • This reply was modified 3 years, 2 months ago by Anonymous User 18525946.
    • This reply was modified 3 years, 2 months ago by Anonymous User 18525946.
    Thread Starter francveroni

    (@francveroni)

    Added the code in the Additional CSS area as suggested.
    Unfortunately it does not work – I’m using Corpus theme 3.3.4 – Corpus Child theme 3.2.5.
    Any other idea? Thanks!

    Got it, @francveroni!

    Let’s try using a much better selector. Would you please try the CSS snippet below? That should be given a much higher priority compared to the previous one.

    .happyforms-styles .happyforms-part--choice .happyforms-part__label-container .happyforms-part__label {
    	line-height: 1.5;
    }

    Let us know how that goes! ??

    Thread Starter francveroni

    (@francveroni)

    Hello!
    Yes yes yes, with the “much higher priority” of the last code, I’m now able to see the difference! Thank you so much!

    Glad to hear that, @francveroni ??

    Let us know in a separate thread if something else crops up!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Increase the space between rows of text’ is closed to new replies.