Skip to:
Content
Pages
Categories
Search
Top
Bottom

Pesky sub forum formatting


  • Martin
    Participant

    @rastarr

    Well, I’ve upgraded and facing the issue with the formatting of sub forums.

    Anyone have a clue to the CSS snippet needed to format sub forums as a bulletted list?
    Any help would be great
    Martin

Viewing 4 replies - 26 through 29 (of 29 total)

  • Lynq
    Participant

    @lynq

    Inside this file: http://www.geekandjock.com/wp-content/themes/parallelus-mingle/bbpress.css

    Line 104.

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

    You will need to change to:

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

    This is the one thing that keeps cropping up when I am on these forums, so once you have got yourself comfortable with this then the rest of the stuff I have done with my forum has been mostly CSS. there is some PHP because I wanted to try and make it a bit unique, but none of it touches the core.

    Good luck!


    Martin
    Participant

    @rastarr

    Oh power to you for being so incredibly helpful, Lynq.
    I tested it out on my local machine and that works beautifully – THANK YOU!

    Interestingly enough, all that other stuff didn’t make much difference, other than turn the brackets and commas that are the counts after the sub-forums into numbers. I reverted back to the default loop-single-forum.php to return to the correctly format.

    Just waiting for the cache CSS to deploy but it is going to work now.
    You’ve been extremely patient and instructive so again, heaps of praise to you, mate.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Great work team 🙂


    Lynq
    Participant

    @lynq

    Awesome, good job!

    You can make your favourite look vastly different just by using CSS now.

    Good luck!

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