CSS ain't my strong suit, so thought I'd ask here. On vB 4.1.x default style what's going on block on forumhome has 5 div blocks stacked vertically on top of each other and want to change it to a 3 column div CSS block.
5 wgo_ blocks stacked vertically change to 3 column 33% width div CSS table
change from
Code:
wgo_onlineusers
wgo_events
wgo_birthdays
wgo_stats
wgo_legend
to
Code:
column 1
wgo_onlineusers
wgo_events
wgo_birthdays
column 2
wgo_stats
column 3
wgo_legend
What's best way to do this in CSS ?
thanks