how to make it in square shape i am using the following css
.single-product form.cart.variations_form span.st-custom-attribute::after {
content: attr(data-name);
order: 1;
margin-bottom: 5px;
}
.single-product form.cart.variations_form span.st-custom-attribute span.variation-title {
display: none;
}
.single-product form.cart.variations_form span.st-custom-attribute span.variation-price {
order: 2;
}
.single-product form.cart.variations_form span.st-custom-attribute span.variation-price del {
display: none;
}