The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Can someone pls tell me how to move the category titles to the centre
|
|
#2
|
|||
|
|||
|
For the Default vB4 Skin, chuck the following into your additional.css template:
Code:
.forumtitle {
text-align: center;
}
|
|
#3
|
|||
|
|||
|
Thanks a lot
|
![]() |
|
|