Problem with tags under Product creation

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 1 reply thread
  • Author
    Posts
    • #69381
      Service Agmondo
      Participant

      When creating a product and I want to choose from most commonly used tags it comes out as a long list and is being controlled by:

      .product_tags_ele, .wcfm_fetch_tag_cloud, .wcfm_add_new_category, .wcfm_new_tax_ele, .wcfm_new_parent_taxt_ele, .wcfm_add_new_taxonomy_form, .catalog_visibility_ele {
          max-width: 214px !important;
          margin: auto !important;
          display: block !important;
          margin-bottom: 15px !important;
      }

      specifically the max width

      if I change the max-width to anything else via Google DevTools it fixes it, but I can not override by adding to theme css. Also I have even tried hard coding in the plugin files, but it doesn’t make a diffrence.

      Please advise on temporary solution and fix at next upadte.

      Thanks

      Attachments:
      You must be logged in to view attached files.
    • #70193
      WCFM Forum
      Keymaster

      HI,

      Please add this CSS to your child theme’s sty;e.css –

      #wcfm-main-contentainer .wcfm_fetch_tag_cloud{max-width:750px !important}

      Please check after clearing your site caches!

      Thank You

Viewing 1 reply thread
  • You must be logged in to reply to this topic.