This topic has 9 replies, 3 voices, and was last updated 9 years, 7 months ago ago by Eva Kemp
Still loving your theme.
I am testing many woocommerce plugins to custom the checkout page, and each and every one shades out the payment column on the right. So I deactivate those and they are fine, then any plugins to do with custom field messes up the default field alignment (screenshot).
I need a fix for this
Thank you in advance,
Hello,
The problem causes Woocommerce Easy Checkout Fields Editor plugin. Please disable it and checkout fields will be look fine.
Also please update your theme to the latest version.
Here is video tutorial how to update theme:
https://www.youtube.com/watch?v=KdWESIIPU1k
Regards,
Robert Hall.
Thanks Robert. I know what is causing it. I need to know how to fix the theme conflict with it?
Ta.
Hello,
In this case you need contact to WooCommerce support team and their specialists will look at this issue more deeply.
Regards,
Robert Hall.
Hi Robert,
Thanks for your reply. The plugin is working fine now after my fine tuning of the settings. WooThemes have directed me back here, telling me it’s the theme.
I have tried 7 different stripe plugins (some quite expensive!), they all do the same thing. It’s the css. The plugin is fine on my own website checkout page.
Can you tell me the exact CSS to get the payment information fields to line up like the attached screenshot?
Screenshot links & further details as below in ‘private’
Hello,
Please try to add this code in style.css of your child theme:
.payment_methods p {
margin-left: 0px !important;
}
Thank you.
Regards,
Eva Kemp.
Hello,
I’ve added following code in style.css of the Child Theme. Please check.
.payment_methods p {
margin-left: 0px;
}
Regards,
Robert Hall.
Hi Eva & Robert,
Thanks so much! It is perfect. So simple, now why didn’t I think of that? 😀
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: checkout, fields, misalignment, themes, woocommerce, wordpress
The issue related to '‘Checkout Fields misalignment’' has been successfully resolved, and the topic is now closed for further responses