Home › Forums › WoodMart support forum › Atributos produtos › Reply To: Atributos produtos
October 11, 2022 at 8:42 pm
#412934
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.single-product-page .value.with-swatches {
width: 100% !important;
}
.wd-swatches-single[data-id="pa_armazenamento"] {
width: 100%;
}
.wd-swatches-single[data-id="pa_armazenamento"] .wd-swatch {
flex-grow: 1;
}
Best Regards