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.

Upload Browse Button Sizing Issue

  1. Any chance someone could tell me how I managed to get such a freaky sized "Browse" button on my form and how I might fix it?

    I cannot for the life of me figure out what is going on with this thing. I've searched for hours on how to fix this (I managed to fix the other issues I had, yay for forum searching) I finally decided that either I ask for help or throw my laptop off the balcony.

    http://theplayers.marentha.com/index.php/?page_id=67

    Posted 12 years ago on Thursday September 29, 2011 | Permalink
  2. Yep, it's inheriting a height value from your theme styles. Try adding this to the end of your theme stylesheet to override the theme CSS.

    [css]
    body .gform_wrapper input[type=file].medium {
        height: auto;
        width: auto;
        float: none !important;
    }

    test screenshot: http://bit.ly/nYMl2o

    And be nice to your laptop. You may need it to edit your site later ;)

    Posted 12 years ago on Thursday September 29, 2011 | Permalink
  3. That did it! Thank you so much. My laptop will live to see another day.

    I've been very pleased with the program, but the support/service has blown me away.

    Posted 12 years ago on Thursday September 29, 2011 | Permalink

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