View Single Post
  #1  
Old 12-28-2012, 11:28 AM
 
Nour Nour is offline
 

Member
  
Join Date: Jul 2010
Posts: 29
 

Default full width category

Hi every one,
I am trying to remove the sidebar from one category only
I was able to do so by using if statement

but now how can I edit the css files to have the products list in the center of the page only for this category

the code I used to hide the side menu is
Quote:
{elseif $cat eq "257"}
<div id="left-bar1">
{include file=""}
</div>

{elseif $cat}
<div id="left-bar">
{include file="customer/left_bar2.tpl"}
</div>

http://atwdiamond.com/prestigedemo/home.php?cat=257

I am using x-cart gold plus
__________________
x-cart-4.3.2gold
Reply With Quote