Holiday Notice – Support Unavailable on April 18 and April 21

We just wanted to let you know that our support team will be offline on Friday, April 18th (Good Friday) and Monday, April 21st (Easter Monday) due to the holidays.
We'll be back on Tuesday, ready to assist you!

In the meantime, if you need any help, feel free to:

Amelia YouTube Channel

wpDataTables YouTube Channel

Thank you for your understanding, and we wish you a wonderful holiday weekend!

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!