MG 1.1 css help for a sec

It doesn't look like something we have in our style or even in Media Gallery.

This CSS is loading on the album pages on your site:
Code:
.xengallery_album_view .tabs {
    margin-top: -1px;
    position: absolute;
    width: auto;
}

I can't seem to find that anywhere, is it custom CSS you added?
 
It doesn't look like something we have in our style or even in Media Gallery.

This CSS is loading on the album pages on your site:
Code:
.xengallery_album_view .tabs {
    margin-top: -1px;
    position: absolute;
    width: auto;
}

I can't seem to find that anywhere, is it custom CSS you added?

i have made no changes on this style
 
Are you on an older version of the gallery by chance? Thinking about it now they switched to the little dropdown on the right side.

I suppose this in extra.css would help:

Code:
.XenBase .xengallery_album_view .tabs {
    position: relative;
}
 
Top Bottom