side menu text overlap

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!

Tagged: 

Viewing 2 reply threads
  • Author
    Posts
    • #112774
      cocioale
      Participant

      I have a bug in the graphics of the side menu, as I show you from the photo, the text “add the product” goes over the text “settings”, what can I do?

      Attachments:
      You must be logged in to view attached files.
    • #112790

      Hello,

      It seems the text length is larger than the available container space. If possible either use a shorter synonymous text, you can use Loco translate plugin for changing the text.(https://localise.biz/wordpress/plugin/beginners)

      Or

      use some css to fix it.
      change the font size(smaller), Try this css in your activated theme’s style.css

      #wcfm_menu .wcfm_menu_item span.text {
          font-size: 13px;
      }

      Thanks.

    • #112829
      cocioale
      Participant

      it works.. thank you

Viewing 2 reply threads
  • You must be logged in to reply to this topic.