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