Fix - Last updated appearing over text
fhilipk opened this issue · 4 comments
fhilipk commented
Last Updated currently appears in unwanted position (ie covering text).
tstachl commented
Can you add more information for this issue? I've looked at the https://cardanocataly.st/ and can't find "Last Updated". The following information would be helpful:
- link to the page
- browser/os you are using
- maybe a screenshot outlining the issue and how you'd solve it
fhilipk commented
@tstachl
It's been confirmed on many browsers but numerous users
I've included an example on https://cardanocataly.st/en/voters/ but it's site wide (under certain conditions)
Solving would be to fix or float it to the bottom of the page.
It's the footer class="page-edit" that is causing the problem specifically position: absolute; left: 50%; bottom: 50px;
fhilipk commented