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.

Confirmation Message Container Box Not Fitting

  1. inneraction
    Member

    Hello,

    Everything works perfectly on the form, the only issue is when the form is submitted, the box that the thank you message appears in is too wide and going offscreen. I am using the shortcode on a regular page with one column. Where is the code in the css file to reduce the size of the thank you box that the confirmation message appears in? Thanks in advance!

    Posted 13 years ago on Monday April 4, 2011 | Permalink
  2. It's hard to say what it is since you didn't include a URL, but it must be inheriting some CSS properties from your theme since this doesn't normally happen. I'm pretty sure you won't see that behavior if you test the form in the preview window.

    That said, here's how you target the inline confirmation message

    [css]
    body #gforms_confirmation_message  {border:1px solid red}

    You can find that and more samples in the guide here
    http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples

    Posted 13 years ago on Monday April 4, 2011 | Permalink