[Resolved] How to increase line spacing for WordPress Verse Block

Home Forums Support [Resolved] How to increase line spacing for WordPress Verse Block

Home Forums Support How to increase line spacing for WordPress Verse Block

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

    Hi there,

    I would like to increase the line spacing for the lines in the WordPress Verse block. See example under the link in the info box below.

    Could you please provide a code for this as it is not possible to manually adjust it from within WP?

    Many thanks in advance!

    #1819634
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .wp-block-verse {
        line-height: 1.5em;
    }
    #1819638
    crosby87

    Works perfectly, many thanks David.

    Have a great weekend.

    #1820134
    David
    Staff
    Customer Support

    Glad to be of help

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