Re: Resize and add column
Hi,
I'm using 4.4.4 which doesn't include books and magazines, looking at the template I believe it should work if you open content.tpl and at the bottom of the file copy and paste below
{if ($main neq 'cart' or $cart_empty) and $main neq 'checkout'}
<div id="left-bar">{include file="customer/left_bar.tpl"}</div>
{/if}
{if ($main neq 'cart' or $cart_empty) and $main neq 'checkout'}
<div id="right-bar">{include file="customer/right_bar.tpl"}</div>
{/if}
in altskin.css below
#left-bar,
.fancycat-page-subskin-c #left-bar {
margin-left: 29px;
top: 29px;
width: 250px;
}
ADD
#right-bar,
.fancycat-page-subskin-c #right-bar {
margin-right: 29px;
top: 29px;
width: 250px;
}
Play with the margins.
Pauline.
__________________
X-Cart Pro v4.4.4, XMall
|