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!
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.
Awesome, good job!
You can make your favourite look vastly different just by using CSS now.
Good luck!