No problem buddy. To center it go to:
showroster.css and find the following:
#showroster_table td:first-child {
text-align: left;
}
change it to:
#showroster_table td:first-child {
text-align: center;
}
for the ranks to be in order go to show roster settings :
Usergroups displayed on the roster (comma separated ID list). The order of usergroups are how they are displayed ONLY when using 'title' as your primary sort field below.
use commas to seperate each and you will get them displaying in the order you want them.
Hope this helps.
|