2014-07-20, 12:30 AM
Theme of 1.8 has same small issue of apart theme of 1.6
With plugin myalert, dropdown not appear correctly:
![[Image: u2TiiNs.png]](https://camo.mybb.com/4e74e4d4dbed5824f20c1e904c05d59fbbad6d29/687474703a2f2f692e696d6775722e636f6d2f75325469694e732e706e67)
So if made small change in theme
In global.css
Find:
Replace:
In header_welcomeblock_member template find:
Replace:
Fixes above is same of this http://community.mybb.com/thread-127444-...#pid925565
with fixes:
![[Image: fs5TTEu.png]](https://camo.mybb.com/ec54f771d448635e3bce3ed46462c4bece27c44f/687474703a2f2f692e696d6775722e636f6d2f667335545445752e706e67)
If nobody is against this modification please modify.
With plugin myalert, dropdown not appear correctly:
So if made small change in theme
In global.css
Find:
#panel .lower {
background: #efefef;
color: #999;
border-top: 1px solid #fff;
border-bottom: 1px solid #ccc;
padding: 5px;
overflow: hidden;
}
Replace:
#panel .lower {
background: #efefef;
color: #999;
border-top: 1px solid #fff;
border-bottom: 1px solid #ccc;
padding: 5px;
}
In header_welcomeblock_member template find:
</ul>
</div>
</div>
Replace:
</ul>
</div>
<br style="clear: both;" />
</div>
Fixes above is same of this http://community.mybb.com/thread-127444-...#pid925565
with fixes:
If nobody is against this modification please modify.