The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help with sub-forums
Hello,
So I was woundering, how do i make so my sub-forums are stacking like this: http://prntscr.com/87vzih Mine is currently looking like this: http://prntscr.com/87vzrr But i want it to stack instead, as shown in the first picture. Thanks. |
#3
|
|||
|
|||
Thank you very much!
|
#4
|
|||
|
|||
If I remember rightly, theirs an option for this under the vbulletin options settings, I can't remember the exact page it's on but it's something to do with the sub-forum depth. When my hosting is back up & operational I'll try & locate it for you, unless 'ya happy with using the above modification. :-)
|
#5
|
||||
|
||||
You can simple add these three lines to additional.css template.
Code:
.subforums ol.subforumlist { float: left; width: 100%; margin: 0; margin-top: 5px; padding: 0; } .subforumlist li.subforum { float: left; width: 50%; margin: 0; padding: 0; clear: none; padding-bottom: 2px; white-space: nowrap; } .subforumlistlabel { display: none; } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|