PDA

View Full Version : How do I move postbit legacy to the right side?


Drache
03-04-2010, 08:44 PM
How can I set the postbit legacy display on the right side instead of left? Possible with a mod?

Lynne
03-04-2010, 10:55 PM
Try just adding this to additional.css:
.postbitlegacy .userinfo {float:right;}
.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {margin-left:0; margin-right:200px;}
(200px is default, modify as needed)

Drache
03-14-2010, 09:24 PM
thank you lynne.