Jump to content

[Solved] Product Info on Left Column


Recommended Posts

I discovered an easier way to do this:

 

Inside of the file header.tpl, in the left_column div i wrote:

 

 

<div id="left_column" class="column" {if $page_name=='product'}style="display:none;" {/if}></div>

 

and in the center_column div i wrote:

 

<div id="center_column" {if $page_name=='product'} style="width:980px" {/if} </div>

 

 

just for everybody to know that!

Link to comment
Share on other sites

×
×
  • Create New...