THOM wrote: ↑Mon May 21, 2018 8:51 am
And it's really not possible to have the Poster Information back on the left again?
I'll look into it probably later this week. The default nowadays with phpBB styles seems to be that they're on the right but I'll see if it's possible to customize without tearing everything apart.
You just need to change the definition of two classes in your CSS. Change the class "postbody" to be "float: right;" and the class "postprofile" to "float: left" and that swaps them.