The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
How do I center the member list text? I want things under their respective categories, not to the right. For example, join date under Join Date.
|
|
#2
|
||||
|
||||
|
Edit the memberlist.css template.
Replace Code:
#memberlist_table td.joindate,
#memberlist_table td.postcount,
#memberlist_table td.lastvisit,
#memberlist_table td.reputation {
text-align:{vb:stylevar right};
}
Code:
#memberlist_table td.joindate,
#memberlist_table td.postcount,
#memberlist_table td.lastvisit,
#memberlist_table td.reputation {
text-align:{vb:stylevar center};
}
|
| Благодарность от: | ||
| Lynne | ||
|
#3
|
|||
|
|||
|
Quote:
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|