Wow, thank you! That worked great.
Now only where do I change the background color? And the place of the price numbers?
Wow, thank you! That worked great.
Now only where do I change the background color? And the place of the price numbers?
I found the alignment using FireBug, but canīt find where to change the background white color.
You could add something like this:
#indexDefaultMainContent {background-color: #ff0000;}
I would also consider removing the <code> tags you have that text wrapped in. It'll look a lot better in the arial font.
Add it to the bottom of stylesheet.css.
OMG! I found it :)
I had to add the color name to line 65
#contentMainWrapper{padding:5px 15px 10px 5px; background-color: #F5DEB3;}
But it looks better on white, so I will leave it so.