Hello, what’s wrong with this element? It’s not like your demo. It’s a bug?
https://i.postimg.cc/cCJFTytR/snap-screen-20220611161758.png
Hey PonzioPilato,
Thanks for your question, the background color and button color is dependent on your theme General Styling ▸ Color Scheme, the border and width of the variation label is because the table elements have changed in woocommerce after version 6.0.1
our Shop Demo site is still using woocommerce v3.1.1
anyways try this css to adjust
#top .variations th {
padding: 4px 10px;
border: none;
vertical-align: top;
}
#top .variations th.label {
width: 77px;
text-align: center;
text-transform: capitalize;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hello! thanks for the answer. This is the result, the bottom part is still not aligned: https://i.postimg.cc/RCL0Fpsz/ads.png
The theme will be fixed in future for the last woocommerce version?
Hello Mike,
I’m working in locale, the website isn’t online. Anyway, I’m using last wp, last enfold version and last woocommerce version. I hope it can help you.