I’m using the stripe payment system in woocommerce along with the enfold theme. It is working fine and the fields show up fine on the desktop but when it is viewed on mobile the fields are really small, it isn’t adapting correctly. I contacted stripe and they said it is happening due to the theme. Do you have any suggestions?
Hey rivetdesigns,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#top #payment div.payment_box {
width: 100%;
padding: 0;
}
}
Best regards,
Rikard
Hey thank you for your quick reply, that worked! I have one more question along the same lines. I am using a plugin called “Product Delivery Date Pro” and on the product detail pages on mobile the calendar is getting cut off. Do you have any quick css for that? I put one of the detail pages below.
Hi,
Thanks for the update. Please try this CSS as well:
@media only screen and (max-width: 767px) {
.single-product .single_variation_wrap {
margin: 10px 0px 20px 15px;
}
}
Best regards,
Rikard
Awesome thank you so much! That worked!
Hi rivetdesigns,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko