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;
    }