• The dropdown on this page is only clickable on the left portion while the right side with the down icon is no clickable. Is this a known issue, or could I have a conflict?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Try to add the below code to the Appearance > Customize > Custom CSS section and check it works or not –

    .woocommerce div.product.elementor form.cart table.variations td.value:before {
      display: none;
    }
    .woocommerce div.product.elementor form.cart table.variations td.value select {
        width: 100% !important;
    }
    Thread Starter submon

    (@submon)

    This worked, Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WooCommerce Variable Dropdown Issue’ is closed to new replies.