The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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.
![]() Can anyone help on how to do this? |
|
#2
|
||||
|
||||
|
Try adding the following to additional.css (not fully tested):
Code:
#wgo_onlineusers {
float: left;
width: 48%;
}
#wgo_stats {
clear: none;
float: right;
width: 48%;
}
|
| Благодарность от: | ||
| GamerPerfection | ||
|
#3
|
||||
|
||||
|
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 [DATE]1361995260[/DATE] at [TIME]1361995260[/TIME] --------------- Figured that bit out myself. This is what it looks like now. ![]()
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|