Archived topic
Checkout 1 Column Fields
12 replies · Started by Cesar on November 27, 2017
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
Hi there,
It looks good from what I can see? https://s33.postimg.org/r5c2d6xcf/2017-11-27_1255.png
Let me know what I'm missing :)
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
Hmm that's strange. Are you using our WC add-on?
You can check the demo checkout here: http://demo.generatepress.com/
Yes, I have activated WC addon. I attach screenshot of the customization of the checkout page.
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?
OK. I enclose you capture with the problem. Thank you
Yes: http://i64.tinypic.com/108i6bc.png
No: http://i66.tinypic.com/350j4ef.png
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 :)