Okay
  Public Ticket #3350703
Bulk Order Form
Closed

Comments

  •  5
    Carl started the conversation

    In the bulk order form, if the SKU number is too long, it will get cut-off. This only happens some times. Others are ok. Is there a way to make it always wrap?

    Attached files:  Bulk Order Form SKU Number.jpg

  •  2,218
    WebWizards replied

    Hi,

    To solve that, please try to add this CSS to your site:

    .b2bking_bulkorder_cream_sku {
        width: 13%;
        overflow-wrap: break-word;
    }
    .b2bking_bulkorder_cream_stock .stock {
        margin-bottom: 0px !important;
    }
    

  •  5
    Carl replied

    Thanks. Word-wrapping works now for the SKU.