for vbadvanced - I just edited the adv_portal template and removed the side columns - I still show my centre vbadvanced column under the mobile style - here's my adv_portal template:
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[hometitle] <if condition="$pagetitle">- $pagetitle</if></title>
$headinclude
</head>
<body>
$header
$navbar
<table align="center" class="page" cellspacing="0" cellpadding="0" width="100%">
<tr valign="top">
<if condition="$show['center_column']">
<td valign="top">
$home[centerblocks]
</td>
</if>
</tr>
</table>
$footer
</body>
</html>
You could alternatively overwrite the adv_portal template with a copy of the FORUMHOME template?