• Resolved Oivalf

    (@oivalf)


    When choosing “credit card” as payment method during checkout, “Order” button is now correctly translated but aligned right and smaller then “order” button of the “wire transfer” option.

    How I can align it left and make it the same size of wire transfer button ?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Syde Niklas

    (@niklasinpsyde)

    Hi @oivalf,

    The button styling could be adjusted with a bit of CSS. This example below is not necessarily the best way to do it (as I am not an expert), but it may help inspire a styling that suits your needs:

    #payment .place-order .button  {
    	display: inline-block; 
    	width: 100%;
    	height: 60px;
    	font-size: 12pt;
    }

    All of the payment fields from the PayPal Card Processing are customizable and can be adjusted to your needs with a theme or custom CSS.
    I hope this helps!

    Kind regards,
    Niklas

    Thread Starter Oivalf

    (@oivalf)

    @niklasinpsyde: Thank you very much Niklas, it works perfectly now.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Place Order button’ is closed to new replies.