MyBB Community Forums

Full Version: Flatty - post_author
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I change it so theĀ .post.classic .post_author bar is on the side, like I've seen for so many forums? All the details:
Image:
http://image.prntscr.com/image/44fb6192e...22601b.png

Code:
.post.classic .post_author {
margin: 2px 0% 18px 0px;
float: left;
width: 20%;
padding: 5px 1%;
border-right: 1px solid #eee;
}

Link:
http://www.townyage.com/forumplayground/....php?tid=1
does the layout change if you select Display posts in classic mode at your user control panel (edit options) ?
see replies here
Holy you made that easy. Thank you!

Any chance I can receive help in making it so that's the default for new users?

Oh, my apologies. Apparently that thread answers that question as well...

That was a really useful thread. Thank you so much!