Hello starBug,
I have a hint for you. You should put our table into <div class="rightcol"></div>
What you should do?
1. make a copy of this file: forum root/includes/vbenterprisetranslator_functions_hooks.php
2. Find in this file
PHP Code:
function vbet_register_form_complete(&$customfields_profile, &$show) {
3. in this function find:
PHP Code:
$vbet_language_options = '<table class="multifield group" cellpadding="4" cellspacing="1" border="0"><tr>';
and replace with:
PHP Code:
$vbet_language_options = '<div class="rightcol"><table class="multifield group" style="width: 100%" cellpadding="4" cellspacing="1" border="0"><tr>';
4. in this function find:
PHP Code:
$vbet_language_options .= '</tr></table>';
and replace with
PHP Code:
$vbet_language_options .= '</tr></table></div>';
EDITED
looks good now so will be included in the next relase
Thanks