Quote Originally Posted by myinstyl View Post
Hi Clyde,
I have a couple of questions about this template. Could you please help me?
  1. How do I change the color around the header_ bg.jpg the white on either side.
  2. How do I resize the send gift certificate button that appears in the shopping cart sidebox?
  3. When I view it internet explorer the top of the shopping cart sidebox is pushed to the right when the send gc button is in it. How do I correct it?

Here is my site http://www.myinstyleboutique.com/shop
Thank you for your help
1. find the following in the stylesheet.css"
#logoWrapper {
margin: 0 auto;
padding: 0;
width: 907px;
height:100px;

background: url(../images/header_bg.png) no-repeat #ffc0cb;

}
add the highlighted portion as indicated.

2. You'll have to create a new button (sorry) The button size is determined, in part by the length of the text it contains.

3. If you re-do the gc send button that will probably correct this.