MyBB Community Forums

Full Version: How do i remove the Slider for the Flatty theme?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I was wondering how do i remove the sidebar? I want my forums to go across the whole screen and not have the side stuff. When i remove all the side stuff like stats and etc it all messes up.

Many thanks, Sami.
Moved to Theme Support
Quote:Admin CP  -  Templates & Styles  -  Templates  -  Index Page Templates  -  Index


Once there you have to remove line 16-65 (everything that is inside the sidebar including the sidebar itself)


> Now replace this:
Quote:<div class="forums" style="float: left; width: 76%;">{$forums}</div>

by this:

Quote:{$forums}



Now go to  Templates & Styles  - Templates  -  Navigation Templates  -  Nav  and remove  line 3 & 4


Done..
Thanks.

Solved.