Quote:
Originally Posted by beatyourtruck
I ran into the same thing. Toss this in your additional.css file and adjust to your liking. I am sure there is a better way but this shoves the Whos Chatting over to the right and then adjusts the online users back to the left. **sigh** Seems silly but it is the only way I could get it to work. Someone else may have a better fix without having to push the online forum members back over? This works though!
PHP Code:
/* left margin push for whos chatting and then push member list back over */ #wgo_onlineusers.wgo_subblock { margin-left: 18px; margin-bottom: 4px; }
#wgo_onlineusers.wgo_subblock.section { margin-left: -3px; }
#wgo_onlineusers.wgo_subblock h3 { font-weight: bold; margin-left: -5px; } /* end whos chatting on forum home tweak */
|
You can find the fix for the WGO problem in the official addonchat forums.
The fix is here.