WooCommerce Attributes & Groups are aligned right

Sometimes the grouped attributes or values are text aligned right, because of WooCommerce styles.

Please add the following custom CSS to solve this problem:

.woocommerce table.shop_attributes th {
	text-align: left;
}

.woocommerce table.shop_attributes td {
	padding: 0;
}

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *