View Single Post
  #3  
Old 01-26-2009, 07:05 AM
  Victor D's Avatar 
Victor D Victor D is offline
 

X-Adept
  
Join Date: Aug 2008
Posts: 643
 

Default Re: increase banner space in head

skin1/main.css
find
Code:
#header .line1 { direction:ltr; height:67px; position:relative; }

and change height value to 105px;

then find in the same file
Code:
#content-container { clear:both; float:left; margin-top:140px; overflow:hidden; padding-bottom:39px; position:relative; width:100%; }



and change margin-top value to 160px;
__________________
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