MyBB Community Forums

Full Version: How to fix padding?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Screenshot below:

[Image: dykpyc.png]

When there is only 1 post_bit button, the padding is 4px.

When there are 2 or more icons, the padding is 9 px.

How can I make 4px to 9px, when there is only 1 post_bit button at each side?
Try adding style="vertical-align: middle;" or valign="middle" to
<td class="trow1 post_buttons {$unapproved_shade}">
in postbit template.

If it's like that in the classic layout too, add the same to
<td align="left" >
and
<td align="right">
you can find them right under
<tr valign="bottom">
in postbit_classic template.
Hello,

I added what you told me to, but nothing happened, it didn't work.

Any other ideas?

Does anyone know a fix for this?