XF 1.3 How do I center the username/custom title?

Duckhead

New member
Hello,

How do I center the username/user title on threads and posts? and leave a space between "Xbox 360 ISO Mods" and "Administrator" as they are too close to each other.

c7ddf0dcab3a8ae2a98e91bcb58efdcd.png


Thank you very much! :)
 
Hello,

How do I center the username/user title on threads and posts? and leave a space between "Xbox 360 ISO Mods" and "Administrator" as they are too close to each other.

Thank you very much! :)

For padding try (in your EXTRA.css)
Code:
.messageUserBlock .userTitle {
padding-bottom: 5px;
}

You may have to use an !important after the 5px.
Screen Shot 2014-05-31 at 4.28.47 AM.webp
 
Top Bottom