Tips and Tricks HQ Support Portal › Forums › Simple PayPal Shopping Cart › Simple Shopping Cart Tweaks › Want to move my bottons down a smidge… › Reply To: Want to move my bottons down a smidge…
March 29, 2010 at 10:54 am
#16913
Participant
You can add padding in the CSS of the button. Open the “wp_shopping_cart_style.css” file and find the following bit of code:
.wp_cart_checkout_button:hover{
opacity:0.7;
}
.wp_cart_button:hover{
opacity:0.7;
}
Now, add padding as you need.