MyBB Community Forums

Full Version: Center User Post Info
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hhhhh
add this to the global.css of your theme and check... if the theme uses a different css selectors, you might need to change the code accordingly.. if you need direct help, please share your forum url...

.post_author div.author_statistics {
    text-align: center;
}
hhhhhh
add that code mentioned above in global.css and then remove

"float: left;" from ".post.classic .post_author div.author_statistics" 

and

"float: right;" from ".post .post_author div.author_statistics"

save and Hard Refresh (Ctrl+F5) the forum to check changes....