how can i change the product attribute size
i think that is too small
Hi,
Please give me link your website
You can change it with the CSS:
.single-product #main-content .summary .variations {
width: 100%;
}
.swatch li span {
width: 70px;
height: 70px;
}