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;
}

1 thoughts on “WooCommerce Attributes & Groups are aligned right

  1. Lawrence Johnson says:

    Not only have my attributes turned white but they are appearing as normal and not grouped despite setting up groups and linking these together.

Leave a Reply

Your email address will not be published. Required fields are marked *