Home Forums WoodMart support forum Need fix shipping options after update

Need fix shipping options after update

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #643463

    gytisgrigaliunass
    Participant

    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.
    #643521

    Artem Temos
    Keymaster
    Xtemos team

    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.

    #647288

    gytisgrigaliunass
    Participant

    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.
    #647303

    Serg Sokhatskyi
    Keymaster
    Xtemos team

    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

    #647513

    gytisgrigaliunass
    Participant

    Thanks a lot, that worked great!

    #647519

    Artem Temos
    Keymaster
    Xtemos team

    You are always welcome. Feel free to contact us if you have any further questions.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Need fix shipping options after update’ is closed to new replies.