Home › Forums › WoodMart support forum › Custom CSS for paypal express on product page › Reply To: Custom CSS for paypal express on product page
January 2, 2020 at 11:28 pm
#166010

Elise Noromit
Member
Hello,
Now Custom CSS does not work I cannot view them. Switch to the parent theme and add this code.
body #paypal-button{
width:50%;
float:right
}
body .product-image-summary .woodmart-after-add-to-cart,
body .product-image-summary .woodmart-before-add-to-cart{
clear: both;
}
body .product-image-summary .cart {
width:50%;
float:left;
}
Best Regards