weird text visible on the top left on large screens
Posted: 27 Oct 2023, 11:17
Do you see it?
The problem comes from the CSS:
If the plan is to hide it, just put in that class instead.
The problem comes from the CSS:
Code: Select all
.skiplink {
position: absolute;
left: -999px;
width: 990px;
}
Code: Select all
visibility: hidden