Hello,
I would like to move the Paypal button in the cart under the “Proceed to checkout” button,
is there a way?
Thank you!
Silvia
Hey Silvia,
Could you post a link to where we can see the elements in question please?
Best regards,
Rikard
Here’s the link, it’s in the cart so you have to add a product.
Hi Silvia33,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
#top.woocommerce-cart .button {
float: none;
}
Hope it helps.
Best regards,
Nikko
Thank yuo very much, it worked fine!
Now I’m trying to make the button of the same width and height of the “proceed to checkout” button but I can’t seem to manage.
Can I ask for your advice?
Hey,
Please try adding following code to Quick CSS as well
#zoid-paypal-buttons-010808390e_mta6mzi6nty {
width: 193px;
float: left;
min-width: 193px;
}
But please note since the button is in iframe, styling is loaded externally and it might not be possible to adjust it
Best regards,
Yigit
Thank you!
Indeed, it didn’t work but I solved with the checkou button at 100% width, very neat.
Thank you for your awesome support!
Have a good day!
Silvia
Hi Silvia,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit