Quote Originally Posted by chris32882 View Post
I have just installed the Credit Card Sidebox by Carter Harris

Everything is working fine, when I edit the: includes/templates/CUSTOM/sideboxes/tpl_cc_accept.php

I entered this code to center the CC icons in the sidebox

Code:
#ccacceptContent {text-align:center;
I don't accept google checkout, so I commented it out

After I comment it out, it reverts to the left again, and not center..any ideas?
Ch,
Find this:
includes/templates/cherry_zen/css/stylesheet.css

Add this to the bottom of the stylesheet.css:

#ccaccept {text-align: center;}