The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
The following happens on the forum:
![]() How can I stop this? Anyway to increase the padding or margin so I can move the description to right a few pixels? |
|
#2
|
|||
|
|||
|
Try this in your additional.css template:
HTML Code:
.forumbit_post .foruminfo .forumdata .datacontainer
{
padding-left: Xpx;
}
|
![]() |
|
|