No matter what I do, the width just wont change. Im trying to have a fixed style with a fixed cmps page. Ive tried editing the width from 100% to anything in the <table> for adv_portal template. Nothing. I tried adding width="80%" or 70%, etc. in adv_portal ->
HTML Code:
<if condition="$show['center_column']">
<td valign="top" width="80%">
$home[centerblocks]
</td>
No luck. Now when i refresh the index page, for a split second it hits the width that the stylevar is set to. But then once it finished refreshing it expands and looks terrible. What can i do?