Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forums under categories alignment?


  • jernatety1
    Participant

    @jernatety1

    How to get the forums to line up underneath each other instead of next to each other on forum home?

    Here is how I’d like it.

    Category Name
    – Forum 1 (0,0)
    – Forum 2 (0,0)
    – Forum 3 (0,0)

    This, (below) is how it looks on my forum home

    Category Name
    – Forum 1 (0,0) Forum 2
    (0,0) Forum 3 (0,0)

Viewing 3 replies - 1 through 3 (of 3 total)

  • Lynqoid
    Participant

    @lynqoid

    You can use css to make the list items li { display:block; }

    You need to target it with specific class or ids though.

    Good luck!


    jernatety1
    Participant

    @jernatety1

    So this would have to be done with each ID “(forum”)?


    jernatety1
    Participant

    @jernatety1

    Nevermind, I found it. Thank you for your help.

    edit bbpress.css

    Look for below id and comment out inline replace with display:block;

    #bbpress-forums .bbp-forums-list li {
    /*display: inline;*/
    display:block;
    font-size: 11px;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar