Fashe Theme Move Paypal express button

Hey! How would I move the paypal express button to make it line up as it should. At the moment it kind of over laps the border box and touches the checkout button. See image attached.

Thanks!

Good morning

Please provide a link to the page and i will help you,
how exactly you want this button to appear?

Its on the cart page - https://archangelapparel.co.uk/cart

Password is “nuitam” - Can’t remove the password yet as I am still using my free trial.

Ideally I’d like it like the mockup photo attached.

Hello,

I hope you are doing well today.
You can use the following CSS code to add more space above the button by going to Appearance > Customize > Additional CSS and pasting it there.


div#paypal-animation-container {
    padding-top: 10px;
}

Best Regards,
Support