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.

CCS textarea height in widget

  1. Hi,

    I can change the height from a textarea in a form but in a widget it does not change.

    I have put this in my CCS:

    [css]
    .gform_wrapper textarea.medium {
        height: 70px;
    }

    In page it change but not in the widget.

    Cheers,
    Sam

    Posted 11 years ago on Thursday November 1, 2012 | Permalink
  2. Please provide a link to the page where the widget is embedded so we can take a look at the CSS you need to make the change.

    Posted 11 years ago on Thursday November 1, 2012 | Permalink
  3. Here is the link:

    http://rijschool.speurgroep.nl/voorbeeld-rijschool-a-1/

    The contact form in the left sidebar, the medium textarea has now a height from 150px but I like to change it in 70px.

    This does not work, only in page:

    .gform_wrapper textarea.medium {
    	    height: 70px;
    	}
    Posted 11 years ago on Thursday November 1, 2012 | Permalink
  4. David Peralty

    Can you try:

    .gform_wrapper textarea.medium {
    height: 70px !important;
    }

    All my best!

    Posted 11 years ago on Thursday November 1, 2012 | Permalink
  5. Thanks!!

    It works.

    Cheers,
    Sam

    Posted 11 years ago on Thursday November 1, 2012 | Permalink

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