MyBB Community Forums

Full Version: new thread button replacement
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

MikeInToshx

Hey guys,

I can't seem to replace ( add padding/margin) to my "new thread" button..?

no mather what I use, padding bottom , margin bottom, margin right,..
It does not move.

[attachment=30144]

( yes I am editing it on my template, showthread thread templates - showthread )
Go to ACP>Templates & Styles>Templates>YOUR THEME>Forumdisplay Templates>forumdisplay_threadlist

Find

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

Replace with

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

Then go to themes>YOUR THEME>Global.css>Advanced Mode and create a new class.

Example:

.nthread {
margin-right: 10px;
}