• Hello all, I think that Customizr might be displaying my coupon code box (in WooCommerce shopping cart) too small. The text is cut off so it displays, “Coupon Co” instead of “Coupon Code”. Is there a way to increse the size of this box so the phrase can be read in its entirety?

    Thanks ahead of time for the help!

    (Edit) Forgot site. https://www.spiravape.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    woocommerce sets the width of that field in its css to 80px.
    Try adding this to your custom css:

    .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: auto; height: auto;
    }

    Thread Starter SpeckledBot

    (@speckledbot)

    That did it! Thank you.

    Another question resolved by the excellent support boards. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Coupon code box has text cut off – woocommerce’ is closed to new replies.