Stuart Wright
Well-known member
Changing the width of the user account sidebar is proving a bit tricky.
I set Style Properties: Member Profile Page -> Sidebar width to 192px
but this is in navigation_sidebar.css
which seems to negate the member profile sidebar width setting.
What am I missing?
I set Style Properties: Member Profile Page -> Sidebar width to 192px
but this is in navigation_sidebar.css
.navigationSideBar
{
width: 150px;
display: table-cell;
vertical-align: top;
*float: left;
}
which seems to negate the member profile sidebar width setting.
What am I missing?