MyBB Community Forums

Full Version: Add sidebar to showthread in mybb template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Mybb theme supports sidebar in index and portal but now showthread. Was wondering if there was a code to add sidebar to be visible in every thread post. Thanks
<div style=“display:inline-block;width:60%”>insert showthread contents here</div>

<div style=“display:inline-block;width:35%”>insert sidebar content here</div>