X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   full width category (https://forum.x-cart.com/showthread.php?t=65733)

Nour 12-28-2012 11:28 AM

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

fmoses 12-28-2012 01:19 PM

Re: full width category
 
I don't have the answer for that, but thought i'd let you know that BCS Engineering has a mod that you might find useful, as I use it on my cart as well.

http://www.bcsengineering.com/store/mulitple_product-templates-bundle.html

Nour 12-28-2012 01:53 PM

Re: full width category
 
Thanks for the info

I was able to create new tpl home-main1.tpl
and point that category to the new tpl
but still don't now how to workout the css to get the page to center

or if I can get on sale page to the center that should do it
http://atwdiamond.com/prestigedemo/on_sale.php

Nour 01-02-2013 01:01 PM

Re: full width category
 
:roll: :roll:

liamb2001 03-18-2013 07:39 AM

Re: full width category
 
did you get this sorted?


All times are GMT -8. The time now is 05:58 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.