Lack of interest Responsive: Hide list items instead of links

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

CyberAP

Well-known member
Right now in footer only a elements are hidden, but not their containers — li.

From footer.css:

Code:
.Responsive .footerLinks a.globalFeed,
    .Responsive .footerLinks a.topLink,
    .Responsive .footerLinks a.homeLink
    {
        display: none;
    }


I suggest to hide li elements as well. Hiding only a elements can cause some problems if li elements have any positioning or styling rules (like margin and border).
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Top Bottom