The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Edit the space between forum titles/descs; (Example inside)
Below is a printscreen of a forum (left) with small gaps and my own (right) which has massive gaps:
How do I edit the size between my forums? Not so much like the example, but at least smaller than they are? Thanks! |
#2
|
||||
|
||||
Is there space between the forums on the right side also - where the last post and counters are? Take a look at the table that contains the forums and see what the cellspacing and cellpadding is set at and set it to 0 (or whatever).
|
#3
|
|||
|
|||
Yeah, the space is on the right, too. You might have to tell me where I will find that as I'm bit of a "noob" when it comes to vB
|
#4
|
||||
|
||||
Try starting with the template "FORUMHOME" (perhaps "FORUMDISPLAY" also), you will see:
HTML Code:
<!-- main --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr align="center"> <td class="thead"> </td> <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td> Inner Border Width Table Cell Padding (pixels) Change it there first and see if you like the look on the the whole forum. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|