Need fix shipping options after update
-
Hey,
After update in checkout page shipping options switch location by drifting to the left. Can’t find how to fix this issue.
Attachments:
You must be
logged in to view attached files.
Hello,
Please disable any plugins not directly related to our theme so we can check? We will log in to your dashboard and investigate the issue. Please ensure that you only keep the following plugins that are necessary for our theme to work correctly:
– WoodMart core
– WooCommerce
– Elementor/WPBakery Page Builder
Thank you in advance.
I created stage site for testing.
I turn off all plugins, except core themo plugins as you mentioned and shipping plugin.
And the problem still present.
I added admin logins for you to check it out.
Attachments:
You must be
logged in to view attached files.
Hello,
Your issue is caused by the “max-width: 30ch” styles applied to checkout table by a plugin (screenshot https://monosnap.com/file/b7HJKeW98njJ1G1moQPi8jS7iESRFt). The stylesheet responsible is paysera-delivery.css, located at: plugins/woo-payment-gateway-paysera/assets/css/paysera-delivery.css
To fix this issue, you need to disable the “woo-payment-gateway-paysera” plugin so its styles no longer affect the checkout layout. If this plugin is essential for you and you want to keep using it, try to add the following custom CSS to the Global Custom CSS Area in Theme Settings:
body .woocommerce ul#shipping_method li {
max-width: unset;
}
Kind Regards
Thanks a lot, that worked great!
You are always welcome. Feel free to contact us if you have any further questions.
The topic ‘Need fix shipping options after update’ is closed to new replies.