[Support request] Checkout Optimizing

Home Forums Support [Support request] Checkout Optimizing

Home Forums Support Checkout Optimizing

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

    Good Evening

    After testing the checkout we noticed when viewing checkout and adding details like your name/email etc when tapping on a box to add details the checkout zooms in on mobile, this kills the UX and you need to zoom out again to see full page view.

    How can this be fixed, so that the checkout page stays fixed and does not zoom in?

    Thanks

    #944269
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    It seems iOS will zoom if the font size is too small: https://stackoverflow.com/a/6394497/2391422

    #944280
    Renaldo

    Great that has been sorted. I am almost finished with things.

    The current checkout the text is, all the same, how can we change this so there is a difference between the boxes and labels? Please see screenshots attached. https://postimg.cc/gallery/xi7llduy/

    #944659
    Tom
    Lead Developer
    Lead Developer

    So are you wanting the labels to be larger?

    #944879
    Renaldo

    Hey Tom

    Please see the images below on how our current checkout is displayed. https://postimg.cc/gallery/xi7llduy/

    We just need a change in the size of labels on the boxes. So the checkout page is not overpowered with too much data.

    There is a clear indication of what needs to be added and where. Please see screenshots. You can also view the checkout page on botthms.com/checkout

    #944952
    Tom
    Lead Developer
    Lead Developer

    Does this help?:

    .woocommerce-checkout label {
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 10px;
    }
    
    .woocommerce-checkout input {
        font-size: 12px;
    }

    Let me know 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.