fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Attribute name moved after WooCommerce Plugin update

Avital Gur

update.JPG

 

Hi,

I’ve just updated my WooCommerce Plugin and saw that after the update the Attribute Name (here “Material” and “Schmuckstein”) moved from the left side to the middle. How can I move them back to the left side?

Kind regards,

Avital

Hakik Zaman

Hi Avital,

Thanks for reaching out to us. WooCommerce recently changed its markup <td> to <th>.

The style is coming from your theme. BTW, please add the below CSS at Appearance > Customize > Additional CSS

.single .variations tr th {
   text-align: left;
}

Thank You