MyBB Community Forums

Full Version: How to adjust New Topic's image (Simple Problem)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 2iavona.jpg]

How can I adjust its space, it is glued in the editor's table.
Go to ACP -> Templates -> <Template that is used by your current forum theme> -> Forum Display Templates ->forumdisplay_threadlist and find

<div class="float_right">
	{$newthread}
</div>

delete it and paste this

<div style="margin-bottom:4px;" class="float_right">
	{$newthread}
</div>