View Single Post
  #6  
Old 02-13-2009, 01:03 AM
  Victor D's Avatar 
Victor D Victor D is offline
 

X-Adept
  
Join Date: Aug 2008
Posts: 643
 

Default Re: 1 Template 4000 Lines of Css

It is not css-related issue.
look in skin1/single/home.tpl for
Code:
{ include file="rectangle_top.tpl" }
If there is width specified:
Code:
{ include file="rectangle_top.tpl" width="800"}
delete it.

If there is no width
Look in your skin1/rectangle_top.tpl for
Code:
<table class="Container" cellpadding="0" cellspacing="0" width="{800|default:"100%"}">
and change 800px to 100% or place original code there
Code:
<table class="Container" cellpadding="0" cellspacing="0" width="{$width|default:"100%"}">
__________________
Regards,
Victor Dubiniuk

X-Cart Skins Store
- twenty two different skins for 4.1.x and 4.2.x;
- 4.3.x compatible versions are available;
- refresh you store now!

Smart menu X-Cart add-on for 4.1.8 - 4.3.x
Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x
Reply With Quote