Page 1 of 1

weird text visible on the top left on large screens

Posted: 27 Oct 2023, 11:17
by ramnes
Do you see it?

Image

The problem comes from the CSS:

Code: Select all

.skiplink {
    position: absolute;
    left: -999px;
    width: 990px;
}
If the plan is to hide it, just put

Code: Select all

visibility: hidden
in that class instead.

Re: weird text visible on the top left on large screens

Posted: 27 Oct 2023, 11:46
by Muirium
Yes, our spoooky missing admin should try this. But we already have bigger problems waiting, waiting, waiting to be fixed. :twisted: