Home Forums Basel support forum Product Variations Text before selection on single product page Reply To: Product Variations Text before selection on single product page

#2332

Artem Temos
Keymaster

You can try to use the following code snippet to display them on alternative product page

.product-design-alt .variations tr {
    display:block;
}
.product-design-alt .variations td.label {
    display:inline-block;
}
.single-product-content .variations td.value {
    display: inline-block;
    width: auto;
}