Home Forums WoodMart support forum Bug Checkout with Cartflow

Bug Checkout with Cartflow

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #628790

    rigouste.raphael
    Participant

    Hi,

    I’m experiencing an issue on my website during the checkout process, which is built using the CartFlows plugin. The dropdown field for selecting the country appears to be buggy.

    I reached out to CartFlows support, and here is their response:

    “I’ve checked the issue with the country field and found that some custom CSS from your theme is causing the layout issue with the dropdown field. For your reference, here’s a screen recording demonstrating the issue:”

    Could you please assist me in resolving this issue?

    Thank you,

    #628860

    Artem Temos
    Keymaster

    To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.

    .cartflows-elementor__checkout-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        position: relative !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)