MG 1.1 xengallery_media_view_sidebar width

woody

Well-known member
I'd like to change the width of this column (to 310px), and have not been able to find anything in the Style to control that value...suggestions?

Thanks!
 
You can change it in EXTRA.css:

Code:
.xengallery_media_view .sidebar
{
    width: 310px;
}

.xengallery_media_view .mainContainer
{
    margin-right: -320px;
}

Something like that, any way :)
 
Top Bottom