Can you post a link to a page that has an <hr> that isn’t displaying correctly?
I didn’t see any <hr>s on the site you linked, but I might have missed it. Can you post a link to a page on your site that has an <hr> that isn’t displaying correctly so I can see what might be happening?
Hi meetjillmorris,
First you need to know which page template is triggered. Then you need add <hr id=””> tag in appropriate page template.
It seems you had assigned LEADERSHIP PHILOSOPHY page as a front page, so you need to add <hr> tag in page.php
see Template heirarchy
Note: Please use child theme to add custom css, otherwise your changes will be lost on theme update.
Thanks