We're Moving to a New Support Platform – Starting June 1st!

We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – AmeliawpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.

You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.

While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.

We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.

Thanks for your continued support and trust – we’re excited to bring you an even better support experience!

Okay
  Public Ticket #1689059
Layout of Amelia search
Closed

Comments

  • Amer started the conversation

    I want to put code in the page i want to display but display of Amelia is not at full page width as it is shown in your demo (https://healthcare.wpamelia.com/find-treatment/) , moreover search filters when clicked overlap the view of rest over plugin.  its function is all well. How i can increase the plug in width in layout to adjust my page/template.

    Urgent help needed.

  • [deleted] replied

    Hi Amer,
    Thank you for the purchase.

    Probably the theme that you are using is narrow. As I can see your theme add max width CSS to 990px and that is the problem. Can you take a look if your theme has wider template or we can add custom CSS on the page that will increase the width of the page?

  • Amer replied

    Thanks for reply , Yes theme is narrow , option for additional CSS is there in customization but help me what code i need to increase width of page

  • [deleted] replied

    Hi Amer,

    It would be the best that you apply this CSS just on this page so it would not cause other pages change the width. You can add this CSS by adding this code directly on your page in the Text mode (please take a look at the image from the attachment).

    #container3 {
        max-width: inherit;
    }