PDA

View Full Version : Help with sub-forums


sheders90
08-23-2015, 08:21 AM
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.

eisb?renforum
08-23-2015, 08:47 AM
VSA - Sub-Forum Manager

sheders90
08-23-2015, 09:01 AM
Thank you very much!:)

TC-Jamech
08-23-2015, 09:55 AM
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. :-)

Seven Skins
08-23-2015, 01:02 PM
You can simple add these three lines to additional.css template.


.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; }