Comments 5Carl started the conversationApril 17, 2023 at 7:53pmIn 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,218WebWizards repliedApril 17, 2023 at 10:52pmHi,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; } 5Carl repliedApril 17, 2023 at 10:59pmThanks. Word-wrapping works now for the SKU. 1 Like Sign in to reply ...
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
Hi,
To solve that, please try to add this CSS to your site:
Thanks. Word-wrapping works now for the SKU.