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 body widht

  1. cinisli
    Member

    hello is there any way to change body width from css. there is a place in line 307 :

    .gform_wrapper .top_label input.large,
    .gform_wrapper .top_label select.large,
    .gform_wrapper .top_label textarea.textarea {
    	width: 99.2%

    when i change % , it changes all .

    Posted 11 years ago on Friday June 15, 2012 | Permalink
  2. Can you post a link to your form?

    Posted 11 years ago on Friday June 15, 2012 | Permalink
  3. cinisli
    Member

    http://www.1907.net/deneme/

    i want to make body field (video link) smaller.

    Posted 11 years ago on Friday June 15, 2012 | Permalink
  4. You use this to target only that specific field, just place this into your theme's stylesheet:

    [css]
    #input_7_3 {
    width: 60%;
    }

    You won't want to make changes to the plugin's css file as changes there will get overwritten each time you update the plugin.

    Posted 11 years ago on Friday June 15, 2012 | Permalink
  5. cinisli
    Member

    it workss thank you very much

    Posted 11 years ago on Friday June 15, 2012 | Permalink
  6. No problem, glad to help.

    Posted 11 years ago on Friday June 15, 2012 | Permalink

This topic has been resolved and has been closed to new replies.