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.

Edge of paragraph box missing

  1. dandare
    Member

    Hi

    You can see the right hand side of my free text paragraph boxes are missing:

    http://www.theknowlist.com/do-your-suppliers-value-you-as-a-client/

    This has happened since I upgraded to the latest version.

    Any ideas?

    thanks

    Dan

    Posted 10 years ago on Tuesday June 18, 2013 | Permalink
  2. Richard Vav
    Administrator

    Hi Dan,

    In your theme's theme.min.css you have the following which is the culprit

    .entry-content {
    overflow: hidden;
    }

    to counteract it you can add the following towards the bottom of your theme's stylesheet or wherever you place custom CSS

    .entry-content .gform_wrapper {
    overflow: visible;
    }

    Regards,
    Richard

    Posted 10 years ago on Tuesday June 18, 2013 | Permalink