Site logo

Archived topic

How to increase line spacing for WordPress Verse Block

3 replies · Started by crosby87 on June 12, 2021

Viewing posts 1–4 of 4

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!

Hi there,

try adding this CSS:

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

Works perfectly, many thanks David.

Have a great weekend.

Glad to be of help

This archived topic is closed to new replies.