Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1276924

    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?

    • This topic was modified 3 years, 11 months ago by rivetdesigns.
    #1277254

    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

    #1277442

    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.

    #1277841

    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

    #1278169

    Awesome thank you so much! That worked!

    #1278290

    Hi rivetdesigns,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Stripe on Mobile’ is closed to new replies.