Hi,
I am using SMF 2.0 RC2 default theme, and because my forum has too many boards I am trying to make a 2 column board layout, that is, change the layout from:
Cat1
board1
board2
board3
board4
Cat2
board5
board6
board7
board8
to
Cat1
board1 board3
board2 board4
Cat2
board5 board7
board6 board8
I searched related info a lot but had no luck (i did find a related thread
http://www.simplemachines.org/community/index.php?topic=245358.20 but that is about child board).
Can anybody give me some advise, how to make it?
I found out that in the index page, the board table is controlled by a class called "windowbg2", but when I changed the width of this class to 50%, it didn't work.
.windowbg2
{
color: #000000;
background-color: #f0f4f7;
width: 50%;
}
Can anybody give me some advise, how to make it? Thank you!