Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1354898

    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

    #1354933

    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
    2022-06-11_130622.jpg
    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;
    }

    2022-06-11_013.jpg
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1354954

    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?

    • This reply was modified 2 years, 5 months ago by PonzioPilato.
    #1354978

    Hi,
    Please link to your page so I can adjust for you, my shop demo is not showing this:
    2022-06-11_013.jpg

    Best regards,
    Mike

    #1355025

    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.

    #1355029

    Hi,
    Unfortunately, I can not reproduce this, I’m also using the latest versions in my screenshot above.
    Perhaps you have another customization or plugin causing this, once you have your site online let us know and we will examine for you, but I can’t blindly advise.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.