MyBB Community Forums

Full Version: Flatty Theme Support
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I did the width 180px since it was 15% and when i did 180px all of a sudden this happens?
http://i.imgur.com/23g1KjP.png

Quote:.post.classic .post_author {
margin: 2px 0% 18px 0px;
float: left;
width: 180px;
padding: 5px 1%;
border-right: 1px solid #eee;
}
@Limited Edition with is more than 180px because there's 2% of padding. Message box width is set to 85% and if box author is more than 15% you will get this problem.

P.S sorry for the bad english
(2016-07-08, 08:49 PM)chack1172 Wrote: [ -> ]@Limited Edition with is more than 180px because there's 2% of padding. Message box width is set to 85% and if box author is more than 15% you will get this problem.

P.S sorry for the bad english

So how do i make it 180px without the post going underneath as shown in the picture.
Change ".post.classic .post_content" width to 75%
Doesn't work dude.
Try 70%