Page 1 of 1

Background color in 1.4

Posted: Mon Jan 11, 2010 6:38 pm
by booyakan
in 1.34 when i changed the background color only the sides got colored in. in 1.4 it is coloring the sides and everything in between the side columns and body container. Can someone please tell me how to make it only do the sides?

Re: Background color in 1.4

Posted: Mon Jan 11, 2010 10:01 pm
by Xsecrets
edit #container in the stylesheet.css and add background-color: #ffffff

Re: Background color in 1.4

Posted: Mon Jan 11, 2010 10:40 pm
by Qphoria
in the css set a background for #container to #FFFFFF;
set a background for body to the color you want on the sides

Re: Background color in 1.4

Posted: Tue Jan 12, 2010 6:46 pm
by booyakan
ok that worked great...but one problem now.. it seems part of the container is in the header part if that makes sense... can u tell me how to color this big white square section that flows under the logo in the attached file? i could not find it...

Re: Background color in 1.4

Posted: Wed Jan 13, 2010 3:57 am
by booyakan
FIXED....ok i added in my stylesheet two parts from 1.34 that are not in the 1.4 stylesheet....that seems to work. ( i then changed the height and colors) hope this helps someone...


i added....

#header {
position: relative;
}
#header .div1 {
height: 97px;
}


then changed to this to suit myself......


#header {
position: relative;
background: #ffffff;
}



#header .div1 {
height: 160px;
background: #ffffff;
}

Re: Background color in 1.4

Posted: Sat Aug 07, 2010 5:43 pm
by mkp
I too was having the same problem that booyakan had that while changing the background color it color the sides and everything in between the side columns and body container in 1.4. So this thread helped me as I tried editing the #container as Xsecrets said and that problem got solved. Now it’s working nicely and not having the problem that the booyakan then had that is the part of the container is in the header part. So thank you for the help. order fulfillment