View Single Post
  #1  
Old 07-16-2013, 06:26 AM
 
liamb2001 liamb2001 is offline
 

eXpert
  
Join Date: May 2006
Posts: 216
 

Unhappy 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
Reply With Quote