Okay
  Public Ticket #4514606
Qty Box Spacing
Open

Comments

  •  1
    Shannon started the conversation

    When using the variations table on the product page, if we use a 3 digit qty, the box is too small and will cut off the third digit. No mater the screen size, mobile, tablet, pc, it's the same. Please see the screen shot. How can we make the qty box fit 3 digits.

    Attached files:  Screenshot 2025-11-09 193530.png
      Screenshot 2025-11-09 193559.png

  •  2,582
    WebWizards replied

    Hi Shannon,

    Thank you for purchasing our plugin and reaching out.

    We can use some custom CSS to expand that quantity box so it fits more digits.

    Please add this CSS to your site:

    .b2bking_cream_order_form_final_lines .b2bking_cream_input_group .b2bking_bulkorder_form_container_content_line_qty_indigo.b2bking_bulkorder_form_container_content_line_qty.b2bking_bulkorder_form_container_content_line_qty_cream {
    width: 55px !important;
    }

    This can be added to any area that supports CSS, such as Appearance -> Customize -> Additional CSS in your WordPress dashboard.

     

    Let me know if that works for you,

    Kind regards,
    Stefan

  •  1
    Shannon replied

    That works beautifully! Thank you so much!