Change back ground

color on the home page. We do that in the CSS style sheet correct? It’s been a while since i fumbled with that. I just want to change the center part not the whole background.



[url]http://www.taylorsnutrition.com/[/url]

[quote name=‘taylorsnutriton’]color on the home page. We do that in the CSS style sheet correct? It’s been a while since i fumbled with that. I just want to change the center part not the whole background.



[URL]http://www.taylorsnutrition.com/[/URL][/quote]


#container {
background-color:#ffffff;
border-color:#E3EBF0;
border-style:solid;
border-width:0 1px;
}

You sure are snazzy…Thanks

Is there anyway to just change the background of the center section and not the sides?

[quote name=‘taylorsnutriton’]Is there anyway to just change the background of the center section and not the sides?[/quote]

.central-column, .container-right .central-column, .container-left .central-column {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ffffff none repeat scroll 0 0;
display:inline;
float:left;
margin:0 172px 15px;
overflow-x:auto;
overflow-y:hidden;
padding:0 21px 15px;
width:582px;
}
But I do think you should start to center your design by 1024px resolution and then make other changes.

[quote name=‘indy0077’].central-column, .container-right .central-column, .container-left .central-column {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ffffff none repeat scroll 0 0;
display:inline;
float:left;
margin:0 172px 15px;
overflow-x:auto;
overflow-y:hidden;
padding:0 21px 15px;
width:582px;
}
But I do think you should start to center your design by 1024px resolution and then make other changes.[/QUOTE]



Care to explain how that is accomplished? Thanks

[quote name=‘taylorsnutriton’]Care to explain how that is accomplished? Thanks[/quote]

What do you mean exactly?

But I do think you should start to center your design by 1024px resolution and then make other changes.



How do I center my design by 1024 px?

[quote name=‘taylorsnutriton’]How do I center my design by 1024 px?[/quote]

I don’t know how does your site look in other resolutions, but in FF and 1024px looks like as in the screenshot. Just try to make your thumbnails in the central column smaller and play with the css (font size, margin, padding, …). The IE shows your site different as FF, unfortunately I don’t have a screenshot.

image-063.jpg