• Resolved Avrom

    (@dividendninja)


    Hi, excellent plugin!
    There is a small bug. The Balance > Enter Amount field is set to a max-width of 58px. So the field is too small to enter any resonable amount.

    .woocommerce form input[type="number"] {
        max-width: 58px;
        min-height: 36px;
    }

    Cheers

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

Viewing 1 replies (of 1 total)
  • Plugin Author Subrata Mal

    (@subratamal)

    @dividendninja You can override using custom CSS in theme file like.

    .woo-wallet-add-amount input[type="number"] {
        max-width: 200px !important;
        min-height: 36px;
    }
Viewing 1 replies (of 1 total)

The topic ‘Balance > Enter Amount field (remove max-width)’ is closed to new replies.