• Resolved JTS_IL

    (@jts_il)


    Hi,

    After trying some accessibility plugins, I got the same result while scaling the font size – both menu and footer links ( 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?

The topic ‘accessibilty issues’ is closed to new replies.