View Single Post
  #2  
Old 12-03-2013, 09:45 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: how to make storefront page width 100%

Your template is going to matter a lot with this. best to explain what template you are using.

Here is the code you want to use:
{if $main eq "catalog" and $current_category.category eq ""}
Do nothing
{else}
Show left bar
{/if}

The left bar is called in /common_files/customer/content.tpl

Now there is going to be CSS as well involved
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote