Quote Originally Posted by insanerc View Post
Ok, as far as I can tell I have everything worked out as I want it now other than being able to center the options.gif (credit card pic) in the footer. Any ideas how I can do this. I've been trying over and over with little to no luck at all.


Thanks
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;