Resource icon

IPBforo 1.1.2

No permission to download
View attachment 69751

Looks like the "Home" "Forums" "Member" and sub-menu are not aligned correctly anymore.
I'm still having this issue with the latest version.

I also had to fix the menu section footer color by overriding it in EXTRA.css

Replace:
Code:
.Menu .sectionFooter {
background-color: ;
}

With:
Code:
/*Fix menu section footer color*/
.Menu .sectionFooter {
background-color: #99AE43;
}
 
it is works for 1.3.4
No major templates are really edited so I doubt upgrading will be a problem. When 1.4 goes gold I'll likely release an updated version for it; minor point releases aren't problems for a style of this scope.
 
Is this compatible with XenForo 1.4?

Easy to customize: most of the styling was done through Style Properties. All CSS customization is done in an organized template (ipb_style.css), leaving you a clean EXTRA.css for your own customization. No templates besides the footer (to add the copyright) have been edited.

Based on that, it should be compatible for the most part, but there may be some issues here or there, though I'd wait for @mistypants to confirm since it is her style. I'm just making a guess.
 
I've not tested the style on 1.4 but 1.4 contains few template edits so at the most all you'll need to do is merge outdated templates.
 
Top Bottom