Site logo

Archived topic

Horizontal Rule Padding

3 replies · Started by Travis on April 13, 2016

Viewing posts 1–4 of 4

I need to change the padding of the Horizontal line in the WordPress editor. Is there a easy way to do that, and how?

Hi travis, I think your looking for:

hr {
height: 1px;
background-color:#fff;
margin-bottom: 5px;
margin-top: 5px;
}

Thanks,

I used the Simple CSS plugin and added my code and it worked great!

I used this code:

hr {
height: 3px;
margin-top: 1px;
margin-bottom: 20px;
}

Perfect! :)

This archived topic is closed to new replies.