Hello. I’m using these css lines to list the options from Extra Product Options Plug In.
These lines are for cart:
.woocommerce td.product-details .wc-item-meta .wc-item-meta-label, .woocommerce td.product-details .wc-item-meta dt, .woocommerce td.product-details dl.variation .wc-item-meta-label, .woocommerce td.product-details dl.variation dt {
float: left;
clear: both;
margin-right: .25em;
display: inline-block;
list-style: none outside;
}
.woocommerce td.product-details .wc-item-meta dd, .woocommerce td.product-details dl.variation dd {
margin: 0;
display: inline-block;
}
These custom css lines works well with Storefront -> https://prnt.sc/13fqi8i
There is an issue related with Xstore css -> https://prnt.sc/13fq44x
How can I fix it?