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.

Widget Form Styling

  1. Dusty
    Member

    Hello,

    What's the best approach for increasing the input size for the following widget form from 47% to 85%?

    It's a bit too narrow and I'd like to increase it.

    Link: http://dev.bitcadet.com/lefleuristeshop/about-us/

    Many thanks,
    DD

    Posted 12 years ago on Wednesday December 7, 2011 | Permalink
  2. You would want to place something like this into your theme's style sheet:

    [css]
    .gform_widget .gform_wrapper .top_label input.medium, .gform_widget .gform_wrapper .top_label select.medium {
        width: 85% !important;
    }
    Posted 12 years ago on Wednesday December 7, 2011 | Permalink
  3. Dusty
    Member

    Thanks Rob!

    Posted 12 years ago on Wednesday December 7, 2011 | Permalink
  4. No problem, glad to help!

    Posted 12 years ago on Wednesday December 7, 2011 | Permalink

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