Quote:
Originally Posted by worried
For several upgrades your plugin isn't lining up with the rest of the What's Going On section. It's to the left of everything else and the text is wrapping. Can you upgrade your plug-in now vB has moved to 4.1?
|
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 */