MyBB Community Forums

Full Version: Center Post Author | Classic View
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I am running MyBB 1.8.6 with a theme calledĀ duende that i got from the 1.8 Themes section.
URL to Forum/Example Tread - http://forum.alandobbsdecorating.co.uk/s....php?tid=2

I am trying to center the below highlighted information but struggling to do it.

[attachment=35043]

I have tried puttingĀ text-align: center; in:
  • .post .post_author
  • .post.classic .post_author
  • and similar named sections
But to no avail.

Any help would be greatly appreciated.

Regards,
Jamie
hello
on postbit_classic template
search this line:
<div class="post_author scaleimages" style="margin-left: 20px; margin-top: 10px;"

and replace with:
<div class="post_author scaleimages" style="margin-left: 20px; margin-top: 10px;text-align: center;"
should be ok
Thank you subzr1, you legend!

Cheers,
Jamie