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

trying to align the variantion buttons

Kyle Gyr

how do i make the variants go to the left align it with everything else no paddingjgjs.jpg

Golam Kibria

Hi Kyle,

I hope that you are doing great.

Please share a product page URL where we can investigate it.

Hope to hear from you soon.

Thank You

Golam Kibria

Hi Kyle,

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

@media (max-width: 767px) {
.single-product table.variations {
margin-left: 0 !important;
}
}

Let me know if this helps.

Thank You