Site logo

Archived topic

Checkout 1 Column Fields

12 replies · Started by Cesar on November 27, 2017

Viewing posts 1–13 of 13

Hi. I have installed generatepress+elementor and have a problem with the design of the mobile device checkout page, the fields appear in several columns and the design is not correct. Is a single column possible for each field? Thank you

Hello. Hi. Yeah, that's right, but I mean the checkout process. Attached is an image. I have also noticed that when selecting a payment method, the name does not appear in the bottom bar that confirms the payment.
Thank you

https://ibb.co/czTMf6

Yes, I have activated WC addon. I attach screenshot of the customization of the checkout page.

https://ibb.co/nNP8A6

Hi, have you guys seen anything about my problem? thanks

Strange - your HTML markup is different.

Try this:

@media (max-width: 768px) {
    .woocommerce form .woocommerce-billing-fields .form-row-first,
    .woocommerce form .woocommerce-billing-fields .form-row-last {
        float: none;
        width: 100%
    }
}

Okay, now the mobile design is better. Thank you very much. But in a previous post, I told him that I didn't get the name of the chosen payment method, only when I use Paypal. Can you help me with this?

I'm not too sure what you mean? Can you explain a bit more?

Hmm, hard to tell. Could be a conflict caused by a plugin on your website?

Okay. It was a conflict with elplugin "woo button text". Thanks

You're welcome :)

This archived topic is closed to new replies.