How to delete the sidebar? - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: How to delete the sidebar? (/thread-207592.html) |
How to delete the sidebar? - highcoder - 2017-01-20 How to delete the Flatty theme sidebar? Can you please help? RE: How to delete the sidebar? - Michael2014 - 2017-01-21 Depending on what page it appears on, like the main page on, Simply go into your admin template files, Index page template, look for the variables like {$forumstats} and supporting html building up the boxes and alter as you please, then alter css if desired or needed and done make sure to save a copy of the code in notepad for backup or use chrome inspect tool and practice on the css, hide with css, go for it. |