• Resolved santi23sbd

    (@santi23sbd)


    Hey,

    I’m trying to fix through css this color selector that doesn’t fit in the box and display wrong…

    As well the colour and the selecction is droping one line:

    Any help please?

    • This topic was modified 1 year, 1 month ago by santi23sbd.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @santi23sbd
    Thank you for reaching out!

    I have checked your store, and it seems that the products’ variations are based on the plugin Variation Swatches for WooCommerce, and on the Bridey theme styles. I’d suggest reaching out to the plugin and theme authors for support.

    Meanwhile, as a workaround, you should be able to fit the elements on its boxes, and to bring them to the same line, by adding custom CSS code below:

    table.variations tbody {display: flex !important;}
    .single-product div.product form.cart table.variations td.value ul li.variable-item {padding: 0px !important}

    Hope that helps!

    Thread Starter santi23sbd

    (@santi23sbd)

    Hey @hegenberg

    That kindda helped, but I figured out how to solve it. Thanks m8

    Now I’m facin another issue… The site also uses elementor, but the “hide title” tool doesn’t work.
    So I added a CSS “display: none” on the page and in the page builder it disappear but in other devices don’t.

    Any idea?

    Thanks

    Hi @santi23sbd

    That kindda helped, but I figured out how to solve it. Thanks m8

    You are most welcome and we’re glad that worked! 🙂

    Now I’m facin another issue… The site also uses elementor, but the “hide title” tool doesn’t work.
    So I added a CSS “display: none” on the page and in the page builder it disappear but in other devices don’t.

    Any idea?

    There could be several reasons as to why the rendering of the code differs on different devices.

    Have you tried adding the !important at the end of the CSS line? The final code would be display: none !important.

    Meanwhile, since your site uses Elementor as your page builder, it would be best to reach out to the plugin’s developers for further assistance here since this is a third-party plugin which we don’t provide support for (please see our Support Poicy).

    https://wordpress.org/support/plugin/elementor/

    All the best and hopefully, the issue will be fixed soon.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Color Variations in single product don’t fit’ is closed to new replies.