Lack of interest RM / make width of left Sidebar bigger

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.

erich37

Well-known member
please make the width of the "left Sidebar" in the RM bigger.

This would give a bit more space and would not look that cramped together.
It should be the same width as the Sidebar-width in the Forum: 250px


currently:
Code:
.resourceListSidebar {
    float: left;
    width: 220px;
}



new:
Code:
.resourceListSidebar {
    float: left;
    width: 250px;
}

considering that the left-Sidebar in "Responsive View" is 265px, the Sidebar in "Normal View" is 220px is quite small.

The narrow width of 220px is also giving the negative effect, that Categories with longer names, e.g.: "Electronics & Industrial Engineering" occupies 2 lines.


Please implement.

:)
 
Last edited by a moderator:
Upvote 1
This suggestion has been closed. Votes are no longer accepted.
Top Bottom