Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1480401

    Can you help me find a solution to the credit card input form on the checkout page – it does not seem to wrap in iOS like it does elsewhere. Using Square & Woo Commerce.

    Thanks much – client anxious to promote product (aren’t they always?)

    ;-)

    Nancy

    • This topic was modified 4 days, 18 hours ago by nancyT.
    #1480405

    Hey nancyT,
    I don’t have a iPhone, do you mean this:
    Screen Shot 2025 03 28 at 12.18.16 PM
    If so try this css:

    @media only screen and (max-width: 450px) { 
    	#top #payment div.payment_box {
        width: 100%;
        padding: 0;
    	}
    }

    After applying the css, please clear your browser cache and check.
    Screen Shot 2025 03 28 at 12.29.33 PM

    Best regards,
    Mike

    #1480408

    That is the correct issue. However the CSS didn’t seem to fix it, unfortunately.

    Thanks!

    Nancy

    #1480409

    Wait – maybe it did work! Sometimes my site cache is slow to clear.

    #1480434

    Hi,
    It looks like it is working when I test, please check again and let us know if we can close this thread.

    Best regards,
    Mike

    #1480450

    It’s working, we can mark as closed. Thanks so much!
    Nancy

    #1480452

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Credit Card input field not wide enough to allow input in iOS’ is closed to new replies.