Okay
  Public Ticket #2036423
Checkout button vs PayPal button layout
Closed

Comments

  •  1
    mtmymtm started the conversation

    I have added the checkout options for card pay and paypal and this is how the checkout buttons layout looks like now. Is there any way to fix this so they are in vertical layout not horizontal? (I assume this would have fixed the stretched up Proceed to Checkout button.


    Many thanks!

  •  675
    Neuron replied

    Hi,

    Can you please provide me with an URL, I will check it quickly.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •  1
    mtmymtm replied

    Hi, The website is still not public. Would you perhaps have some hints on where to look / check for ?

  •  675
    Neuron replied

    Hi,

    Please add the following style.

    .woocommerce .cart_totals .wc-proceed-to-checkout a {
        margin-bottom: 0 !important;
        display: inline-block !important;
        padding: 1.58333rem 2.91667rem !important;
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   mtmymtm replied privately
  •  675
    Neuron replied

    Hi,

    Please try the following Custom CSS.

    #wc-stripe-payment-request-wrapper { display: flex !important; flex-direction: row !important; } 
    #woo_pp_ec_button_cart {
      width: 100% !important;
    }

    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.