Hi Jordanna,
Could you disable our swatches plugin and check is it working without our plugin or not? By the way, this is happening for your theme, here is the solution CSS code:
.woocommerce div.product.elementor form.cart table.variations td {
display: table-cell !important;
}
Thank you
Labels are automatically above swatches
Jordanna Bubar
Hello, we are looking to upgrade to the Pro version but before we do we want to ensure this plugin fits our needs. Right now the attribute labels (color / size) are automatically positioned about the swatches on the single product page. We would like them to sit in line with the labels.
Screenshot: https://drive.google.com/file/d/1dSzU5VbmL2CYdJOce86o4wxhViu-1w6F/view?usp=sharing
Using OceanWP theme & elementor theme builder
I’ve tried using CSS:
.elementor-product-variable {display: block !important;}
Please advise,