X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   how to make small " top height size " (https://forum.x-cart.com/showthread.php?t=61057)

master@itsphoto.com 09-29-2011 12:04 PM

how to make small " top height size "
 
Hi
how to make small top height size
I tried so many but some part changed some part not....


X-Cart version 4.4.2
Skin: Vivid Dreams (Lotus)

totaltec 09-29-2011 11:48 PM

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.


All times are GMT -8. The time now is 03:13 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.