You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps To Reproduce
Steps to reproduce the behavior:
Do anything that results in an error (not sure if it's every time/error/page)
See 500 - Internal Error Page
Scroll to the bottom
Current behavior
The links at the footer seem to get jumbled.
Looks like the Questions or problems? Please <a href="/contact">contact us</a> from the body is also wrapped in it's own <div id="footer"> inheriting the same CSS and overlapping the other footer. Basically the page has two footer containers.
Expected behavior
I fixed it by giving the first footer div in the body an id that is anything other than footer, like footer1.
The text was updated successfully, but these errors were encountered:
My environment
Steps To Reproduce
Steps to reproduce the behavior:
Current behavior
The links at the footer seem to get jumbled.
Looks like the
Questions or problems? Please <a href="/contact">contact us</a>
from the body is also wrapped in it's own<div id="footer">
inheriting the same CSS and overlapping the other footer. Basically the page has two footer containers.Expected behavior
I fixed it by giving the first footer div in the body an id that is anything other than
footer
, likefooter1
.The text was updated successfully, but these errors were encountered: