Support Team
posted this
02 March 2018
Hi,
Product Variations control outputs the variations in the same order as they provided by PS.
The elements themselves use the default theme styles. Unfortunately there is no option to edit them individually.
To change the size of the input and select fields please try adding the following code to the Themler Settings >> Additional CSS:
.product-actions select, .product-actions input[type="text"] {
width: auto;
}
This code will affect these elements only.
Thank you,
Olivia
Hi,
Product Variations control outputs the variations in the same order as they provided by PS.
The elements themselves use the default theme styles. Unfortunately there is no option to edit them individually.
To change the size of the input and select fields please try adding the following code to the Themler Settings >> Additional CSS:
.product-actions select, .product-actions input[type="text"] {
width: auto;
}
This code will affect these elements only.
Thank you,
Olivia