(07-11-2017, 05:59 PM)nilyt Wrote: The <nav.menu> pushes the table offscreen.Thanks for the info, I've applied this change, let me know if it resolves the issue:
In my reality the table needs a float:left or position:absolute (relative to the parent <div.topbar>).
Or <nav.menu> needs to stop being a float:left.
.topbar table {
float: left;
}
Quote:Coding table-based layouts in ..2017. Webdesigner? You're fired. =pSome people have invested time in dropping table layouts in a forum system, but the effort isn't always worth it. There are some downsides to the theme, but it solves a lot of "issues" without diverging too much from the vendor. Themes in MyBB are currently comprised of templates, and styles the former being HTML/JS, the latter being CSS. Due to the way MyBB caches themes, these are stored in the database. MyBB provides a GUI for solving differences when patches come downstream from the vendor that include themes/template changes, but it's tedious at best. That makes the process a bit more involved when applying upgrades.
MyBB's planned migration path is a switch to the Laravel PHP Framework, which includes a new approach to the front-end, you can see more in their roadmap here: https://github.com/mybb/mybb2/issues
If you're interested in playing more with mybb in its current state in a sandboxed environment, including this theme, you can check out this project https://gitlab.com/xonotic/xonotic-mybb
When the solution is confirmed on your end, this is where the commited changes will go.