Division line at footer
-
I would like to have a border at the top of the footer, similar to the one that shows at the bottom of the navigation. I know I can modify the footer widget, and I have done so (the
<hr />
<footer id="footer" class="container footer"> <hr /> <div class="copyright"> Copyright © 2014 <a href="https://nodebb.com">NodeBB</a> | <a target="_blank" href="//github.com/NodeBB/NodeBB/graphs/contributors">Contributors</a> </div> </footer>
However, the line doesn't stretch to touch the edge of the browser, just like the navigation does. How could I go to accomplish that?
Copyright © 2024 NodeBB | Contributors