MyBB Community Forums

Full Version: Post details
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Anyway I can centeralise the post details so they are at the center instead of to the right.

These I mean:

Posts: 1
Threads: 1
Joined: Feb 2016
Reputation: 0
Warning Level: 0%
do you mean like here on mybb? with horizontal post layout?
(2016-02-18, 09:43 PM)Blackbeard Wrote: [ -> ]do you mean like here on mybb? with horizontal post layout?

No like this. Used this as an example.

[Image: jzYJw8F.png]
Change the css.

.post .post_author div.author_statistics {
    float: left;
}
(2016-02-18, 10:26 PM)Boonie Wrote: [ -> ]Change the css.

.post .post_author div.author_statistics {
    float: left;
}

Where do I find this to edit the CSS
Templates & Styles > Your Theme > Global.css

Click the selector and find it in the drop down.