MG 1.1 Extra.css to hide media gallery side bar

HannahKang

Active member
I found the css to hide the media gallery side bar and fill the space by expanding the images and albums but lost it after the new upgrade.

I am unable to find the post here where someone had originally posted and cant seem to find it in the search. does anyone here have the extra css code to do this?

Any help is greatly appreciated, and sorry if this is the wrong forum.
 
Try:
Code:
.xengallerySideBarContainer .xengallerySideBar
{
    display: none;
}

.xengalleryContainer .insideContainer
{
    margin-left: 0;
}

Untested so it may require !important.
 
Top Bottom