• Gcpt

    (@gcpt)


    When Add Change or Delete button is clicked on the webform I’m getting the message: The available space is too narrow to display all of this form. You should see a horizontal scrollbar just above the submit button. The whole form is displayed on the page and there is no scroll bar. I can remove the message with css but would rather know what may be causing this to happen. You can see an image of the webform here: Webform Image

Viewing 1 replies (of 1 total)
  • Plugin Author Josie Stauffer

    (@joanne123)

    Thanks for letting me know about this.

    I was able to reproduce the effect by assigning some padding to the form table.

    That table may well require more space than is available in some fixed-width themes, or on some small tablets.

    When EntryWizard was first released, there were a few people who did not notice the horizontal scrollbar. That is why I added the warning. Unfortunately, there is no direct way for the code to detect whether that scrollbar is actually visible — it has to second-guess the browser based on the widths it can see.

    Most likely your theme is adding padding to the table (which would show as blank space, so the whole table would appear to be visible). Try setting the padding to 0 for class “ewz_upload_table” in css. I’ll do that for the next release.

    I’ll also give it a bit more leeway, so the message only kicks in if the table is more than a couple of pixels too wide to fit.

Viewing 1 replies (of 1 total)
  • The topic ‘Message on top of webform’ is closed to new replies.