Quote Originally Posted by kramerr View Post
I have most of the problems fixed now. One lsat thing is still not right. In the footer, on the far left and far right, the text is not properly centered. To see this, goto www.rchelicraft.com/store.

How can this be corrected. Also, I want to eliminate the Amex, Discovery and Paypal logos. How is this done ??
They are correctly aligned for the comstock template.
each of the elements is set in its own box which is positioned as shown.

open includes/templates/comstock/css/stylesheet.css

find the following declaration and add the highlighted portion
#shopOptions {
display:none;
margin: 10px 0 0 0;
padding: 0;
background: url(../images/options.gif) center center no-repeat;
height: 40px;
}