Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Mike Jolley

    (@mikejolley)

    Use CSS:

    .variations select { width: 100%; }
    Thread Starter sarjn15

    (@sarjn15)

    Hey Mike,

    I don’t show that as an option in my CSS. Although I do come across this…

    .woocommerce .variations_form .variations tbody tr td.value select {
        display: inline-block;
        font-size: 13px;
        letter-spacing: 1px;
        padding: 12px;
        position: relative;
        vertical-align: middle;

    Any thoughts? Should I add it to my style sheet?

    Thanks for your help!

    Plugin Contributor Mike Jolley

    (@mikejolley)

    You should just add the new CSS, not change old css.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Variation Dropdowns’ is closed to new replies.