Help with sub-forums

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sheders
    New Member
    • Feb 2015
    • 11
    • 4.2.x

    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.
    ยด
  • Sheders
    New Member
    • Feb 2015
    • 11
    • 4.2.x

    #2
    Solved

    Comment

    • Mark.B
      vBulletin Support
      • Feb 2004
      • 24288
      • 6.0.X

      #3
      May be handy if you could share what you did, to help others who may want to do the same thing.
      MARK.B
      vBulletin Support
      ------------
      My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
      My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

      Comment

      • Seven Skins
        Senior Member
        • Sep 2008
        • 146

        #4
        Add these to additional.css template

        Code:
        .subforums ol.subforumlist  {
          float: left;
          width: 100%;
          margin: 0;
          padding: 0;
        }
        
        .subforumlist li.subforum {
          float: left;
          width: 50%;
          margin: 0;
          padding: 0;
          clear:none;
        }
        
        .subforumlistlabel {
        display: none;
        }
        vBulletin skins and servcies: www.sevenskins.com
        A to Z Talk: www.atoztalk.com

        Comment

        • Sheders
          New Member
          • Feb 2015
          • 11
          • 4.2.x

          #5
          Originally posted by Mark.B
          May be handy if you could share what you did, to help others who may want to do the same thing.
          Sure Someone sent me this addon: https://www.vbulletin.org/forum/showthread.php?t=236960 which adding this automatic for you.

          Comment

          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
          Working...