PDA

View Full Version : Space between forum catagories (vb4)


Moey
10-24-2010, 04:59 AM
Hey guys..its been such a struggle getting a grip with the vb 4 series ..i finally have to give in and ask for some help with what is probably a simple adjustment.

I need to add a bit of space between forum categories as shown below so if someone can show me exactly where the editing would be in vbulletin 4 admincp and if there is any additional code i need for this..it would be much appreciated, thanks in advanced

grasshoper
11-29-2011, 11:32 PM
me too

ellovo
11-30-2011, 01:59 AM
There's no stylevar for this, you'll need to edit the template forumhome_forumbit_level1_nopost.

find Edit the line:
<div class="forumhead foruminfo L1 collapse">

and change it to:

<div class="forumhead foruminfo L1 collapse" style="margin-top:10px;">

Where the 10px is whatever distance you want... the default looks to be 8.

grasshoper
11-30-2011, 07:33 PM
didnt work.

setishock
11-30-2011, 09:28 PM
Here's the simple way to do that.

.forumhead{
margin-top:0px;
}

Put that in the additional.css and then click save and reload. You're done.
Just tested it so I know it works. http://animeappeal.com/forum.php?styleid=117

grasshoper
12-01-2011, 09:57 PM
Got it thanks.

grasshoper
01-04-2012, 11:54 PM
:) mistake you may delete this.