Hello,
Several solutions :
1. Settings, in Content => Site Modules, then edit in HikaShop Options tab your setting to maybe remove some displayed data (product quantites, coupon, delete button etc...)
OR
2. Add your own custom css command (
Documentation
), then create your custom commands, in details :
- Have a good selector to target your relative elements =>
Documentation
- And use commands in order to dress up your display like by example :
width: 55px;
word-wrap: break-word;
Documentation
about the word-wrap, and many other css commands in
w3schools.com
Hope this will help you to achieve your needs.
Regards