- Compatible XF 1.x versions
- 1.2
- 1.3
- 1.4
- 1.5
This resource is not affiliated with XenForo Ltd.
This simple edit will change the message user block info from being in line as it is in 1.2.0 to how it was in 1.1.5 and earlier.
Simply add this to EXTRA.css:
To change it from this...
This simple edit will change the message user block info from being in line as it is in 1.2.0 to how it was in 1.1.5 and earlier.
Simply add this to EXTRA.css:
Code:
.messageUserBlock .extraUserInfo .pairsJustified dd
{
float: left;
clear: both;
}
To change it from this...
You do not have permission to view the full content of this resource.
Log in or register now.