Please respond to the posting tips. Especially the one about an address to your site.
All the code you have presented means nothing is something is written after it.
Please respond to the posting tips. Especially the one about an address to your site.
All the code you have presented means nothing is something is written after it.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
Hi OK thought that would be enough
but it's pewterworld .co .uk
V 1.5.1
You can do a lot of "playing" if you get the firebug add-on for Firefox and use it to view what you need to fix.
I'm assuming that what you are wanting to do is change the background OUTSIDE the area of the cart which is the div class body-wrapper.
It currently isTry changing it to.body-wrapper {
background: URL ("../images/body_bg.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
min-width: 990px;
}Adjust accordingly..body-wrapper {
background-color: #8FD8D8;
min-width: 990px;
BTW: min-width does nothing in this stylesheet. Don't know why it would be used.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
Not the first time I have been told that seems to be a lot of un-needed bits lying around ... Thanks though ,will have a play this evening
HI ,had a qhick change to the code you gave ,unfortunately it crashed the site ..will have another go this evening though
Last edited by Andy-C27; 6 Jan 2014 at 08:56 AM.
dbltoe's style code could not crash a site, so it must have been some error you made. I note that the closing } is left off of his revised background snippet, and if you removed the } following the rule you could cause some styling confusion and possibly unsightly mess, depending on what other rules come next.
You right I must have left it off ..
Also when I say break I meant it put everything all over the place ...But it seems OK now .. Just need to play with colours now
SO thanks again