Home › Forums › Support › Horizontal Rule Padding › Reply To: Horizontal Rule Padding
April 13, 2016 at 10:51 am
#186592
Travis
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;
}