Home Forums WoodMart support forum Countries and states – dropdown box – width

Countries and states – dropdown box – width

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #637711

    raghavan2004
    Participant

    I have a problem with the dropdown of Countries and states – dropdown box – width, in the checkout page. Attaching screenshot for reference.

    Attachments:
    You must be logged in to view attached files.
    #637851

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

     .woocommerce-checkout .select2-container--default .select2-results {
        width: 95% !important;
        background-color: #ffffff !important;
    }

    Best Regards,

    #637858

    raghavan2004
    Participant

    Thanks it worked.

    You can close the ticket.

    Regards,
    Vijeyraghavan

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