How can I move the profile block to the right?

Dragapult

Well-known member
By default, the profile block, which contains the Avatar, user name, etc, is on the left. How do I move it to the right?
 
Use the "Search Templates" feature under Appearance tab to find the following

1. Find -> .message .messageInfo
  • Change margin-left: 140px; to -> margin-right: 140px;
2. Find -> .messageUserInfo
  • Change float:left; to -> float:right;
3. Find -> #QuickReply
  • Change margin-left: 140px to -> margin-right: 140px;
Cleaned it up a bit :)
Might be some others that need fixing but it might work :X hope that made sense, use the "Search Templates".

Here's the example using my instructions:
http://renocreative.com/xf/threads/test.1/
 
Top Bottom