Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

get rid of the margin on two sides of 3-columns layouts

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 01-09-2005, 06:20 AM
 
jdedba jdedba is offline
 

Advanced Member
  
Join Date: Dec 2004
Posts: 96
 

Default get rid of the margin on two sides of 3-columns layouts

1. There is a margin on each end-side of 3-columns layouts, next to browser's edge (scrollbar on the right). How can I get rid of it?

2. There is a space between Categories block and Bestsellers block (actually between any two blocks on the vertical menu). How can I delete the space? I checked on home.tpl and can not get it.

Thanks a lot for your help.

~~~~~~~~~~~~~~~~
Version 4.0.9
__________________
version 4.1.1
Reply With Quote
  #2  
Old 01-09-2005, 06:38 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

In home.tpl, remove the two instances of this line of code to get rid of the margins:

Code:
<TD width="6"></TD>

The space between categories and bestsellers is due to a
between the two. Look for this code in home.tpl and remove the break:

Code:
{ include file="customer/categories.tpl" } {if $active_modules.Bestsellers ne "" and $config.Modules.bestsellers_menu eq "Y"} { include file="modules/Bestsellers/menu_bestsellers.tpl" } {/if}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #3  
Old 01-09-2005, 06:51 AM
  lildawg's Avatar 
lildawg lildawg is offline
 

X-Adept
  
Join Date: Jan 2003
Location: Utah
Posts: 686
 

Default

As well look at the categories.tpl file and you will see that it has a
in it as well. The .tpl files that make up the columns on the right and left at times have the brak in them and you need to remove them. Thats why you will see double spaces in places as well.
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 02:59 AM.

   

 
X-Cart forums © 2001-2020