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)
-   -   Making white space behind products (https://forum.x-cart.com/showthread.php?t=75369)

Cincheetah 05-22-2017 02:00 PM

Making white space behind products
 
HI -

We wanted to add a background to our site, which I have done. It looks great on the home page (all that info remained on a white background), but on internal pages - you can see the background in back of the products. We would prefer that info all be white in the background. Where in the CSS am I defining that space? I wrote the background in the main.css file -

{
height: 100%;
background-color: #fff;
background: url(/skin/ideal_responsive/images/custom/AshleyBkg.png);
margin: 0;
padding: 0;
min-width: 780px;
border: 0 none;
}http://dev.ashleyfoods.com/skin/ideal_responsive/images/custom/help.png

qualiteam 05-29-2017 04:43 AM

Re: Making white space behind products
 
Please let us know the URL of a page where the background doesn't appear properly.

Cincheetah 05-29-2017 06:08 AM

Re: Making white space behind products
 
Quote:

Originally Posted by qualiteam
Please let us know the URL of a page where the background doesn't appear properly.


http://dev.ashleyfoods.com/home.php?cat=37 <-transparent background on product and category pages

http://dev.ashleyfoods.com/home.php <- home page is correct, white background in back of carousel.

Credential if needed to view site:
dev
letmein

Thanks!
Cin

cherie 05-29-2017 12:29 PM

Re: Making white space behind products
 
First, turn off Speed Up for CSS while in dev so you see your css changes right away.
I recommend adjusting the skin's altskin.css file rather than main.css.
You probably want to add a white background to #center-main.


All times are GMT -8. The time now is 05:39 PM.

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