fbpx
Want To Add Extra Images Per Product Variation? Download This Free Plugin

How to Set Variation Label to Left Align

Hi there,

 

I am trying to set the variation label to align left but it doesn’t work. This is the page: https://upsidesitedev.com/product/pip-mockup/

Golam Kibria

Hi Carmela,

Please try adding the following CSS to the customizer (Appearance > Customize > Additional CSS):

.shopengine-widget .shopengine-swatches .variations tr {
align-items: flex-start;
}

It will produce this output.

I will wait for your feedback.

Thank You