Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1091423

    Hi,

    I integrated PayPal Express today, but the button appears at the right and the regular checkout at the left and they have no distance at all.

    Is there a way to put them both to the left and add like 16 or 20px off distance and maybe a text?

    I found one css solution in the forums search but these is not working and I got the information that the button code had changed…

    You can go to https://www.pixelcomputer.de/shop/ add something to the cart and you can see my problem with the checkout buttons.

    Any help or css code greatly appreciated.

    Thanks
    Frank

    #1092005

    Hey frawer,

    Best regards,
    Victoria

    #1092090

    Hey!

    Can you try the following:

    
    .woo-paypalplus-checkout-button {
        margin-top: 60px !important;
        text-align: left !important;
    }
    

    Regards,
    Günter

    #1092100

    Hi Günter,
    not working.. Sorry.

    added it but no change.

    Frank

    #1092204

    Hi,

    Did you add it to the very top of quick css so it runs first? Also, be sure to clear cache a few times over.

    Best regards,
    Jordan Shannon

    #1092430

    Hi!

    Clear browser cache should help.

    Cheers!
    Günter

    #1092475

    Hi!
    Try this solution:

    
    .woo-paypalplus-checkout-button {
        margin-top: 60px !important;
        text-align: left !important;
    }
    
    .woo-paypalplus-checkout-button .zoid-outlet{
    width: 195px !important;
    }
    

    Regards,
    Günter

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.