Hi, how can I make the PayPal button that shows in the cart hover icon be full width and also add some spacing between it and the text above – https://screencast.com/t/ZSSgZuwO9ATA?
Thanks.
Hey DROR,
Please try the following in Quick CSS under Enfold->General Styling:
#woo_pp_ec_button {
display:block !important;
min-width:100% !important;
}
#woo_pp_ec_button img {
width: 100% !important;
}
Best regards,
Rikard
Hi, it seems that making that button bigger also makes the Cart page button much bigger… Is there a way to change it so that each button will be different?
Hi,
It shouldnt, the target Rikard is giving you is specific for paypal and trying on debugger, we can not see any actual problem.
Best regards,
Basilis
Did you see the screenshot I linked to? I meant the PayPal button in the cart page is also showing much bigger.
Hi,
Thanks for the feedback, I thought you wanted it full width like you wrote in your first message. You should be able to control the image width using this CSS, change it to 50% for instance:
#woo_pp_ec_button img {
width: 50% !important;
}
Best regards,
Rikard
I want the button in the cart popup to be fullwidth, not the button on the actual cart page