xomp
Member
I'm still having this issue with the latest version.View attachment 69751
Looks like the "Home" "Forums" "Member" and sub-menu are not aligned correctly anymore.
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;
} 
 
		 
 
		 
 
		
 
 
		 
 
		 
 
		 
 
		 
 
		