MyBB Community Forums

Full Version: Increase post_author width
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.

I've been trying to solve this problem myself, but because I don't know crap about CSS it is quite a challenge.

I am trying to increase the width of author info in threads (mainly to make it possible for avatars to have more width than 145px).
To make it easier to understand I did some photoshop:
before (current): https://i.imgur.com/Df3YSyo.jpg
after (what I try to do): https://i.imgur.com/wlqEf3e.jpg

From what I've gathered I guess I am supposed to change/add something to postbit_author in global.css.
Currently, it looks like this:

.post.classic .post_author {
 float: left;
margin: 0 1% 15px 0;
border-left: 0;
padding: 5px 1%;
width: 15%;
}

Well, there's width right? So it should be easy, just increase it?
Afraid no. When I increase it the whole post view shifts kinda like from classic view to horizontal (with author info above the post content, instead of on the left). So there has to be some other way  Undecided
You have to edit .post.classic.post_content also I think it is.