open includes/templates/comstock/css/stylesheet.css and find the following:
#shopOptions {
padding: 0;
background: url('../images/options.gif') no-repeat center;
height: 35px;
width: 294px;
margin-left:0; margin-right:0; margin-top:10px; margin-bottom:0
}
change the highlighted portion to this:
background: url(../images/options.gif) center center no-repeat;



Reply With Quote
