As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

Okay
  Public Ticket #2342497
In service selection view long name is hidden
Closed

Comments

  • Marius started the conversation

    When selecting service long text (service name) is hidden and only dots are showed. Could you make it possible to show full name of service and break it to next line instead of showing dots? Maybe add toggle option for this.

  • [deleted] replied

    Hello Marius, 

    Please try adding this custom HTML to the page where you have your Amelia shortcode: 

    <style>
    #am-category > div:nth-child(1) > div.el-row > div > div > div.am-category-service-info > div.am-category-service-title
    {white-space: normal;}
    </style> 

    Let me know if this helped!