Site logo

Archived topic

Horizontal line spacing between text

3 replies · Started by Stratos on July 15, 2020

Viewing posts 1–4 of 4

When I add a horizontal line between the text in a post the spacing above and below the line seems to be very big.

Is there a way to adjust how much space to leave above and below this line?

Thank you

Stratos

Hi there,

try this CSS:

hr {
    margin-top: 0.75em;
    margin-bottom: 0.75em !important;
}

Thanks. This seems to have done the trick!

Glad to be of help

This archived topic is closed to new replies.