Jump to content

Product Page -center column full width problem


Recommended Posts

You need to wrap your right column in if statement something like this:

{if $page_name != 'product'}
    <div id="right_column" class="column">
        {$HOOK_RIGHT_COLUMN}
    </div>
{/if}

Don't know where is this code in your custom template but it should be in header.tpl or footer.tpl

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...