• Resolved gravatard

    (@gravatard)


    I think the responsive design of mobile view for checkout fields could be improved. For any devices smaller than tablet, the 50% width is too narrow.

    I’ve add this CSS to my theme’s Custom CSS box and hope you roll it into core:

    @media only screen and (max-width: 767px) {
    .wcf-embed-checkout-form .woocommerce-checkout .col2-set, .wcf-embed-checkout-form .woocommerce-checkout .wcf-col2-set {
    width: 100%;
    }}

    Thanks for reading!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Improving CartFlows Checkout Fields’ is closed to new replies.