• Currently working on https://www.youbetheadventure.com and using WP Simple Paypal Shopping cart.

    When adding an item to the cart, a simple shopping cart area shows up in the widget space below. Under the shopping cart info there is a PayPal button.

    I cant figure out how to address that button and get it to center with the div around it just like the “add to cart” button.

    Ive tried;

    .wp_cart_checkout_button
    .wpspsc_checkout_form
    and
    #wp_cart_checkout_button
    #wpspsc_checkout_form

    followed by

    text-align:center;
    float: center;

    and it does not move.

  • The topic ‘WP Simple Paypal Shopping Cart – Align paypal button’ is closed to new replies.