• Resolved mariska88

    (@mariska88)


    Hi!

    I recently noticed a bug on my /checkout page.

    I use the 2-column checkout page, and saw that the payment methods section is randomly placed into an empty div called “col-lg-6”.

    You can see a screenshot here:
    https://walloha.com/wp-content/uploads/2021/12/checkout-button-issue.jpg

    This div cuts off my payment button and text where customers can see the selected payment method.

    I checked a lot of .php files of this plugin and WooCommerce, but I couldn’t find the root where this div is coming from and where I can disable it.

    I’d appreciate your help since this is the most important button of my webshop :).

    Thanks,

    [ Signature deleted ]

    • This topic was modified 2 years, 11 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Rupinder Kaur

    (@coolcoders)

    Hi Mariska,
    Thanks for writing to us.
    I have seen your website . Divi theme is also adding some alterations to the checkout page. It is possible that they have some option at the backend to remove/hide these checkout settings.

    But in case you are not able to find such option you can add the below css into wordpress->additinal css section.
    .two-column-layout-right .col-lg-6 {
    width: 100% !important;
    }

    Hope this helps.
    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Div issue on /checkout page’ is closed to new replies.