MyBB Community Forums

Full Version: Change Postbit left-side text-alignment
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

MikeInToshx

Hey guys,

I would like to change the text alignment of postbit where the avatar, amount of posts etc is. I would like to have the text aligned to the left, so it looks a little bit better.

[attachment=30597]

Any knows? Big Grin

Cheers
Make new class with your name like postbit-text or something in CSS and add text-algin:left;. In Postbit template add between your class code groupimage, details etc.

<div class="yourclassname">
Between here {$groupimages} etc.
</div>

CSS:

.yourclassname {
text-algin:left;
}

You can try only algin:left; too.

MikeInToshx

Hi,

I tried that, didn't work.
Sorry my bad text-align:left;

MikeInToshx

I know u spelled it wrong, but it still didn't work.

Cheers