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:
new:
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.
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