Quote:
Originally Posted by Chalex4
I've managed to fix the alignment problems for vbadvanced. If your chatbox module has a linebreak above it which shouldn't be there, just go to your mgc_cb_evo.css template and change:
PHP Code:
.mgc_cb_evo_block {
margin-top:1em;
to:
PHP Code:
.mgc_cb_evo_block {
margin-top:auto;
It's nothing to do with the display management plugin!
|
Just realized (having added vBAdvanced back into my site) that the space I was tracking down was this issue.
Can this become part of the next release so I can be lazy?