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)
-   -   Change width, center site (https://forum.x-cart.com/showthread.php?t=49045)

firstformedia 08-07-2009 05:19 AM

Change width, center site
 
1 Attachment(s)
hello, i have already chanded the width ande centering the site, but stays allways a grey bar at the left like in the picture attatched.

how can i remove that??
can somebody help me please.
my site version is 4.2.2
[IMG]file:///C:/Users/Ric/Desktop/x-cart%20website.jpg[/IMG]

Shamun 08-07-2009 05:41 PM

Re: Change width, center site
 
in /skin1/skin.conf change the width to 100% (if you want it to take up the entire screen space)

In your css layout, make sure the <body> and subsequent selectors dont have any margin-left or padding-left properties.

Victor D 08-08-2009 05:37 AM

Re: Change width, center site
 
search for the backgound-color of
HTML and BODY in your CSS and set it to #ffffff

firstformedia 08-09-2009 03:06 AM

Re: Change width, center site
 
thanks, but that two forms dosent work, any ideas? :?

firstformedia 08-09-2009 04:09 AM

Re: Resolved: Change width, center site
 
well i found it how to resolve, i had to add this to html,body:

html,body {
height: 100%;
width:950px;
background-color: #ffffff;
margin: 0 auto;
padding: 0px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
min-width: 780px;
border: 0px none;
}

firstformedia 08-11-2009 01:34 AM

Re: Change width, center site
 
anyone know how do i resize the featured products, that is because when i have 3 colums, the 3rth colum dont hapear.

Victor D 08-11-2009 01:39 AM

Re: Change width, center site
 
Try to decrease thumbnail width in the 'Appearance' section
What skin is installed on your store?

firstformedia 08-11-2009 04:05 AM

Re: Change width, center site
 
hi, its neon lights sport.

ARW VISIONS 08-11-2009 10:17 AM

Re: Change width, center site
 
post the URL and i'll have a go at it.

firstformedia 08-16-2009 05:22 PM

Re: Change width, center site
 
thanks very mutch but now its done


All times are GMT -8. The time now is 12:43 AM.

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