Hi @deans100 ,
I apologize for the delay in the response.
Thank you for sharing the website URL, I tried to open the screenshot but it is not opening.
You can hide the “x” button and resize the quantity field using the css. You need to apply the css in your child theme.
Remove “x” css:
.shop_table.woocommerce-checkout-review-order-table .remove{
display: none;
}
Decrease width of quantity:
.shop_table.woocommerce-checkout-review-order-table .quantity {
width: 30%;
margin-left: 5px;
}
Please add above two css rules in your child theme’s style.css file.
Please let me know the result.
Note: Please take the backup of the website before you make any change.
Regards,
Bhavik