Hi,
I was hoping someone would know how I can make this change using the stylesheet.
I would like to change the width of my main wrapper to be 100%. It's currently:
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 850px;
vertical-align: top;
border: 1px solid #cccccc;
The problem is, is when I change it to 100% my logo wrapper is distorted. That is, the pictures I have in the wrapper repeats. Anyway to fix this without having to go back to the drawing board and having to redo the logo wrapper. It is currently 850px by 110px
thanks!




