No se si te refieres a esto que te voy a señalar:
1º.- Estilos & Plantillas
2º.- Buscar dentro de Plantillas
3º.- Si tienes plantilla personalizada, elige tu plantilla
4º.- En la caja Buscar por Texto, escribes "Adv_portal" y aceptas
5º.- Te saldrá todo el componente de la plantilla del VbAvanced
6º.- Señalas Adv_portal y a la derecha clicas en Personalizar que se te activará.
Una vez ahi te aparecerá algo como esto:
PHP:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[hometitle]</title>
$headinclude
</head>
<body>
$header
$navbar
<table align="center" class="page" cellspacing="0" cellpadding="0"width="100%">
<tr valign="top">
<if condition="$show['left_column']">
<td width="$vba_options[portal_leftcolwidth]">
$home[leftblocks]
</td>
<!-- Spacer Cell -->
<td width="$vba_options[portal_colspacing]"><img alt="" src="$vboptions[bburl]/$vboptions[cleargifurl]" width="$vba_options[portal_colspacing]" /></td>
<!-- / Spacer Cell -->
</if>
<if condition="$show['center_column']">
<td valign="top">
$home[centerblocks]
</td>
</if>
<if condition="$show['right_column']">
<!-- Spacer Cell -->
<td width="$vba_options[portal_colspacing]"><img alt="" src="$vboptions[bburl]/$vboptions[cleargifurl]" width="$vba_options[portal_colspacing]" /></td>
<!-- / Spacer Cell -->
<td valign="top" width="$vba_options[portal_rightcolwidth]">
$home[rightblocks]
</td>
</if>
</tr>
</table>
$footer
</body>
</html>
Ahi puedes ver todo el orden de las columnas, no se si te ha servido de ayuda.
Un saludo amigo.