• Product variations dropdown text on all product pages is half visible. There were no issues since the website was created. Please help to fix.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @hugosha21
    You can solve this with two ways. Above is the one way and here is the second and standard way. Because I found that it is the issue with the height of the input.
    You need set height as unset.

    .woocommerce table.variations tr td select {
    height: unset !important;
    }

    Thread Starter hugosha21

    (@hugosha21)

    Thank you for your help! It worked!

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