Log in

View Full Version : container/body alignment



Irishcash33
10-15-2008, 01:57 PM
Hi,
I am working on this site in Quick Shopping Cart. Their css is a mess. I can override most of the styles. I want the bg(dark gray rectangle) to be fixed left in the browser. I got the rest of the page to go left. I can not get the bg to.
Any suggestion?
site (http://www.shop.wallstclothing.com/main.sc)

bluewalrus
10-15-2008, 03:12 PM
Your image isn't quite the right size but...

In the advanced_1401440.css

body { DELETE "background-color:; background-repeat:no-repeat;" and edit this to be .....
background:#357036 url(http://www.wallstclothing.com/images/cart_bg.gif) no-repeat left;
font-family:"Trebuchet MS",Helvetica,sans-serif;
font-size:12px;
border: none;
text-align:left;
}

This William Cashman?

Irishcash33
10-15-2008, 05:02 PM
Thanks,
That worked!!

Who is this?

bluewalrus
10-15-2008, 05:14 PM
crazy chris from fitchburg

Irishcash33
10-15-2008, 05:16 PM
HAHAHAHAH oh man!
what's going on dude?..

bluewalrus
10-15-2008, 06:22 PM
nothing really searching for a job doing free lance stuff until then. What about you?

Irishcash33
10-15-2008, 06:43 PM
working as designer in marketing dept., doing freelance when I have time...

ok so I got the bg to be fixed left, but now it is way up. I need to bring it down.
i put some padding on .header
it looks ok here (http://www.shop.wallstclothing.com/main.sc)

but if click on one of the shirts you get this (http://www.shop.wallstclothing.com/product.sc?categoryId=1&productId=5)

I hate this shopping cart....

bluewalrus
10-16-2008, 12:41 AM
i don't know about that .header class in the page it looks like its called header vcart that might be something but maybe putting the padding into the body page. i forget how relative positioning works exactly but i think it'd still be at the same place..? I tried to validate the css but there are way too many errors there and you have to many style sheets.