Text not fitting in product options dropdown

Home Forums Technical Theme Support STAX Theme Text not fitting in product options dropdown

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #475415
    Bruce Towler
    Participant

    The text in my product option dropdown menu has changed, it no longer fits and I have not found anywhere to change this. The only text size changes I have made were to the footer, which has been reverted and did not coincide with the issue. Example https://aqualitymistingandheaters.com/product/slip-lock-male-thread-adapter/

    Attachments:
    You must be logged in to view attached files.
    #475432
    David Morgan
    Keymaster

    Hi Bruce,

    Thanks for reaching out! This appears to be the result of a WooCommerce update. Try adding the following CSS below to resolve th issue:

    .woocommerce table select {
      height: auto !important;
      padding: 8px 46px 8px 12px !important;
    }

    Let us know if this resolves the issue.

    Thanks!

    #475433
    Bruce Towler
    Participant

    Hey David,

    That fixed it, thanks!

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