Remove Sidebar & Gap from Only Homepage
Hi can anyone tell me how i would remove the left sidebar from the homepage only please ?
I have changed the code in content.tpl to
</div><!-- /center-main -->
{if ($main neq 'cart' or $cart_empty) and $main neq 'checkout' and $main ne 'product' and ($main ne "catalog" or $current_category.category ne "")}
<div id="left-bar">
{include file="customer/left_bar.tpl"}
</div>
{/if}
at the bottom and it has removed it but with the problem the gap / space is still there...im trying to make it so the featured products on the homepage use the full page width
would really appreciate some help
__________________
X-Cart Version 4.55
|