View Full Version : What's Going On double column
GamerPerfection
02-27-2013, 04:06 PM
I'm trying to figure out if its possible to split the What's Going On box into 2 columns and move part of the statistics to the right column. Here's a screenshot of what I mean.
http://www.gamerperfection.com/images/stats.png
Can anyone help on how to do this?
Trevor Hannant
02-27-2013, 05:00 PM
Try adding the following to additional.css (not fully tested):
#wgo_onlineusers {
float: left;
width: 48%;
}
#wgo_stats {
clear: none;
float: right;
width: 48%;
}
GamerPerfection
02-27-2013, 05:08 PM
Awesome, thanks it worked.
Now just need to get the Legend Bar back in the #wgo_onlineusers bit as it moved with the stats.
EDIT: Ok, i've moved it over to the left column, now need to position it at the bottom rather than the top.
--------------- Added 1361995260 at 1361995260 ---------------
Figured that bit out myself.
This is what it looks like now. :D
http://www.gamerperfection.com/images/stats2.png
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.