Okay
  Public Ticket #3010436
Product variations dropdown
Closed

Comments

  •  8
    Robert started the conversation

    Hallo, i noticed problem on product variation dropdowns on product detail page. Dropdown works when you click on text only. If the text is in two rows (small screens) it works when you click on first row of the text only. This is very user unfriendly behavior of dropdown combo. When you click on arrow next to the text nothing happens.

  • [deleted] replied

    Hi Robert,

    Please add the code below to your Custom CSS area:

    .woocommerce .single-product .summary .variations tbody tr {
        width: 100%;
    }

    It will make all the variations appear in one row and this problem will be fixed.

    P.S: We are working on a new theme update that will make some big changes in this areasmile.png

    Have a nice week!