Home Forums WoodMart support forum Atributos produtos Reply To: Atributos produtos

#412934

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