Home › Forums › Support › Horizontal Rule Padding › Reply To: Horizontal Rule Padding
April 13, 2016 at 9:48 am
#186549
Hi travis, I think your looking for:
hr {
height: 1px;
background-color:#fff;
margin-bottom: 5px;
margin-top: 5px;
}