PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

overflow:hidden on certain fields

  1. Hi,

    at http://www.wachau-blog.at/gutscheine/ some fields are styled with overflow:hidden by your css and thus are not displayed (Name, Anschrift).
    Why is this - did I miss a setting?

    Br,
    Andreas

    Posted 13 years ago on Monday March 28, 2011 | Permalink
  2. The overflow rule is used to clear floated elements without adding additional markup. There is no setting, this is purely part of the CSS.

    It works fine normally and 99% of users don't have a problem with it. The form is inheriting something from your theme that's causing the issue.

    If I toggle your theme styles off, you'll notice that the fields display properly with the default form stlyles.

    screenshot: http://grab.by/9JMj

    I'm sure if you check in your stylesheet, you'll find some additional margins, padding or positioning rules that are causing the fields to be displayed outside of the overflow area.

    Posted 13 years ago on Tuesday March 29, 2011 | Permalink