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 #1093673
Make Form Wider
Closed

Comments

  •  2
    Jim Wyrsch started the conversation

    I would like to widen the form. It only fills about 60% of the displayed page. See example.

  • [deleted] replied

    Hi Jim Wyrsch,
    Thank you for the purchase.

    I don't think I understood your issue. Can you please provide  us some link so we can take a look at the table and describe me the issue in more details?

  •  2
    Jim Wyrsch replied

    Attached is how the Client web page looks. Note all of the wasted space to the left and right.

    The site is http://smma-svdp.org.

  • [deleted] replied

    Hi Jim Wyrsch,

    This issue is related with your active theme. The page content in this theme is not wide enough. Maybe you can try to change your theme. The class entry-content of your theme have left and right margin. If you add this CSS directly on the page between <style></style> tags you'll make it wider:

    .entry-content {
        margin: 0;
    }