Hello,
You're right but that was just a way to get the root issue, now we know that you have to add custom css in order to correct it.
HikaShop have change a lot, and style.css is quite old, so sometime that can leads to this kind of issue, sorry for this.
I will help you to correct this, can you try to add this code in your frontend_css file ?
table#hikashop_order_listing tbody td:nth-child(1),
form#hikashop_show_cart_form table#hikashop_order_listing th:nth-child(1),
form#hikashop_show_cart_form table#hikashop_cart_listing td:nth-child(2),
form#hikashop_show_cart_form table#hikashop_cart_listing th:nth-child(2),
form#hikashop_show_cart_form table#hikashop_cart_listing td:nth-child(5),
form#hikashop_show_cart_form table#hikashop_cart_listing th:nth-child(5),
form#hikashop_show_cart_form table#hikashop_cart_product_listing tbody td:nth-child(1),
form#hikashop_show_cart_form table#hikashop_cart_product_listing th:nth-child(1),
form#hikashop_show_cart_form table#hikashop_cart_product_listing td:nth-child(5),
form#hikashop_show_cart_form table#hikashop_cart_product_listing th:nth-child(5) {
display: block !important;
padding: 0px;
margin: 0px;
}
table.hikashop_product_quantity_table tr, t
able.hikashop_product_quantity_table td, t
able.hikashop_product_quantity_table tr,
table.hikashop_product_quantity_table tr {
display: inline-block !important;
padding: 0px !important;
}
Note : In order to see how to proceed, have a look on
this tutorial
Hope this will fit your needs.
Regards