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.

Change width of Paragraph input box

  1. megan86
    Member

    I need to change the width of a paragraph input box that I am using for a product on Woocommerce. The paragraph box overlaps onto the widgets that I have down the right hand side of the page.

    I have tried changing the size on the advanced tab, but this does not seem to work.
    Look forward to hearing from you.

    Posted 11 years ago on Sunday September 9, 2012 | Permalink
  2. Please post a URL to your form page and we'll be happy to take a look at it. If we can see the form, then we can give you some specific guidance.

    Posted 11 years ago on Monday September 10, 2012 | Permalink
  3. megan86
    Member

    Hi, my site isnt live yet, do you have an email that I can send the details to?
    Thanks
    Megan

    Posted 11 years ago on Monday September 10, 2012 | Permalink
  4. I'm having the same problem. Here is a link to see what the problem is: http://tinypic.com/r/257oyuo/6

    Essentially, the paragraph box should not overlap into the rest of the text. Advice?

    Posted 11 years ago on Friday September 14, 2012 | Permalink
  5. The screenshot does not help. We need the URL to the page where your form is embedded. There might be some CSS we can add to you theme's stylesheet, or there might be some bad layout HTML which is affecting how this field extends beyond where you expect it to.

    Posted 11 years ago on Saturday September 15, 2012 | Permalink
  6. megan86
    Member

    Hi Can you please send me an email address so that I can send you the login details so that you can have a look at it and let me know what I need to do?
    Thanks
    Megan

    Posted 11 years ago on Sunday September 16, 2012 | Permalink
  7. @Megan: Please send the email to chris@rocketgenius.com - thanks.

    Posted 11 years ago on Sunday September 16, 2012 | Permalink
  8. @Megan, on your site there is some strange CSS/markup going on. The content area will always overlap the sidebar. I can't fix that for you. It only becomes apparent with the textarea for your comment field in the Gravity Form. We can fix that. Add this to your theme's custom.css:

    [css]
    .gform_wrapper .ginput_container textarea.medium  {
        max-width: 299px;
    }

    That took care of it for me.

    Posted 11 years ago on Wednesday September 19, 2012 | Permalink
  9. Nice! Thanks for the code. I was trying to adjust the width of my textarea, I was stuck. This little bit of code did the trick.

    Posted 11 years ago on Saturday September 22, 2012 | Permalink