Home › Forums › WoodMart support forum › Missing responsivity for select options › Reply To: Missing responsivity for select options
October 15, 2020 at 7:25 am
#233398

Artem Temos
Keymaster
Hello,
Please, replace the previously added code and with the following one
.variations_form .variations tr {
display: flex;
flex-direction: column
}
.variations_form .variations label {
white-space: normal;
line-height: 1.4;
}
.variations_form .variations tbody tr .label {
padding-bottom: 10px;
}
.variations_form .variations .wd-attr-selected {
display: none;
}
Kind Regards