fbpx
🤝  NEW YEAR SALE RETURNS - 50% OFF all plans! 🤝 Grab it Now

Title moved to center

Martin Braut

Dear,
after the last update variation titles are moved from left to center in a product page. I want that to be on the left again, or if it’s possible, without a title.

Kind regards

Tanvirul Haque

Hello Martin Braut,

Could you share the exact product page link where you are facing the issue so that I can check and fix the problem for you?

Thanks

Tanvirul Haque

Hello Martin Braut,

Could you put the following CSS code inside your theme customizer additional CSS section and let me know is it working for you or not?

.variations th.label {
text-align: left;
padding-left: 0;
}

Thanks