My wordpress/woocommerce website has a plethora of product options. In the cart, these options are currently displayed as a continuous text, which can be challenging to read. I am wondering if it is possible to use CSS to structure these options into neat rows, making them more organized and easier to navigate.
I am looking for a convenient solution, preferably using CSS, but I am open to other suggestions as well.
Please add the following product to your cart LINK. The "Add to Cart" button is labeled as "LÄGG TILL I KUNDVAGN" in my language. Then proceed to the CART.
In the cart, under the title and next to the product image, you will see the type of option in regular text, followed by a colon and the chosen option in bold text. For example, the first two options might appear as: "Width: 5 (480 mm) Height: 5 (480 mm)".
However, I would like these options to be displayed in separate rows, like this:
Width: 5 (480 mm)
Height: 5 (480 mm)
And so on.
Is there an easy way to achieve this with CSS or any other method? Your help is greatly appreciated!