accessibilty issues
-
Hi,
After trying some accessibility plugins, I got the same result while scaling the font size – both menu and footer links (‘a’ tag) were not scaled.
I found that the footer has this rule in the css:footer#footer a,footer#footer p {
font-size: 11px;
line-height: 21px;
color: #fafafa;
margin-bottom: 2px;
text-align: center
}
which overrides any font scaling of .
I removed the “footer#footer a”
and everything was just fine.The question – is the “footer#oofter a” really necessary?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘accessibilty issues’ is closed to new replies.