
Originally Posted by
helpme
I have looked everywhere and looked through tons of files and can not find how to move the paypal express button to the right side of the shopping cart. It currently is at the left side of the page and both the checkout button and the google checkout button are on the right side.
Thanks!!
Are you still using zen cart 1.36? One of the changes in 1.3.7 is changing this:
Code:
.forward {
float: right;
}
to this:
Code:
.forward,
#shoppingCartDefault #PPECbutton {
float: right;
}
Or perhaps the template you're using didn't update that line in stylesheet.css.