Display alignment of variations dropdown select fields
Hi,
by CSS code I managed to get the select field for variations aligned to the left:
On the english counterpart I do not get it setup:
Can you help? Thanks
Hi,
by CSS code I managed to get the select field for variations aligned to the left:
On the english counterpart I do not get it setup:
Can you help? Thanks
Comments
Hello,
Please, try to use the following code:
.woocommerce div.product .summary .variations .label, .woocommerce-page div.product .summary .variations .label{ width: 50%!important; }Thanks