BeTheme 10.2 Bug?
The forced display on Line 606 of betheme/css/layout.css
.header-stack.header-center #Top_bar #menu { display: inline-block !important; line-height:initial; text-align:initial;}
...is screwing up the mobile menu. I think it needs to be,
.header-stack.header-center #Top_bar #menu { display: inline-block; line-height:initial; text-align:initial;}
Comments