waps

Member
here is what happen to media gallery after upgrade to 1.0.9

mg.png

this how it should look like

resources.png

thanks!
 
Can you try this in extra.css:

Code:
html .xengallerySideBarContainer .xengallerySideBar .section h3 {
color: #fff;
}

See if that helps.
 
didn't work... i copy the css of .resourceListSidebar to media & it works

Code:
        @property "sidebarBlockHeading";
        font-size: @xb_fontsizes;
        font-family: @xb_webfont_secondary;
        color: rgb(255, 255, 255);
        background-image: url('@imagePath/xenforo/sources/sidebarHeading.png');
        background-repeat: repeat-x;
        background-position: center;
        padding-top: 7px;
        padding-bottom: 7px;
        margin-bottom: 5px;
        border: 1px solid rgb(15, 24, 32);
        text-align: center;
        @property "/sidebarBlockHeading";
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back