MyBB Community Forums

Full Version: Majestic - Remove Fixed Width
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey MyBB,

I would like to know where in the template to remove the "Fixed Width" option to users. I want everyone to use the fluid width because it causes the theme to overun the tabs.

http://spacepromo.net

Proof of Purchase

I removed it myself. Solved. Just needed to remove:

<a class="fixed" title="Switch to Fixed width"><i class="fa fa-indent" style="margin-top: 12px;"></i></a>
<a class="fluid hidden" title="Switch to Fluid Width" ><i class="fa fa-dedent" style="margin-top: 12px;"></i></a>