Viewing 1 replies (of 1 total)
  • Plugin Support Riaan K.

    (@riaanknoetze)

    Hi there,

    The width of that dropdown is powered by the theme you’re using – Astra. You’ll want to get in touch with their support team to check what settings are available as this isn’t something that the core WooCommerce plugin would have any direct control over.

    In the meantime, you could use the following custom CSS at **Appearance > Customize > Additional CSS** as a temporary workaround:

    
    .woocommerce div.product form.cart .variations select {
      width: 50% !important;
    }
    
Viewing 1 replies (of 1 total)

The topic ‘Attribute selection dropdown list width’ is closed to new replies.