There is the matter of the category box header image, the lower part of it is being cut off from the sidebox content area. The bottom is supposed to resemble the top, with a highlighted border area around it. How would I adjust this, if I so choose?
Also, when I switched my resolution down to the lowest setting, it clips off part of my header image, and i have to scroll over to the right to see all info. I tried changing the lines in the stylesheet from this:
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 960px;
vertical-align: top;
}
to this:
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 100%;
vertical-align: top;
}
But what ends up happening is that the header image gets clipped somhow, and the shop then looses its neat appearance. Is there a way to make it look good in all resolutions? Thanks for the help!



