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

Product Page Issue

Hi,

I am having a problem getting the Attribute Title to align to the Left. It is aligning center, and I can’t figure out how to get it to the left. See attribute title “Desgn:” here:

Atenti Overnighter – Dream Weaver Yarns LLC

Thank you!

Hakik Zaman

Hi Natalie,

Thanks for reaching out to us. The styling is coming from WooCommerce.

Please try to add the below CSS at Appearance > Customize > Additional CSS

.woocommerce div.product form.cart .variations th {
   text-align: left;
}

Thank You