I am trying to add a line similar to the gold line on https://demo.studiopress.com/essence/sample-page/ after the Page Title.
My site http://brandibelt.flywheelsites.com/privacy-policy/
I am using the following code but running into constant placement issues.
.page-hero:after {
background-color: red;
bottom: 300px;
content: ”;
display: block;
height: 40px;
left: 50%;
margin-left: -1px;
position: absolute;
width: 2px;
}
Is there a better way to add the line?