View Single Post
  #2  
Old 09-29-2011, 11:48 PM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: how to make small " top height size "

Are you trying to change the size of the header?

For the default skin:
In main.css these are the settings that control the header:
#content-container {
margin-top: 193px;
}
#header {
height: 193px;
}

Additionally you should change the checkout containers height depending on your style of checkout, Fast lane or OPC.

Since you are using Vivid Dreams Lotus look at these in altskin.css:
#content-container {
margin-top: 287px;
}
#header {
height: 287px;
}
#header .head-bg2 {
height: 287px;
}
.cart-block {
height: 239px;


}

Again you are going to need to look for different styles to apply during checkout. Let me know if you need more info.
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote