MyBB Community Forums

Full Version: Change Forum Spacing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Open forumbit_depth1_cat.

Delete from the end of the template:
<br />

Find:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

Replace with:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="margin-bottom: 8px;">

Then change the 8px to whatever you want.
That did the trick! Thank you!
Thanks for letting us know! This will help me out quite a bit as well. Smile
Pages: 1 2