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.

Submit button: picture is enlarged

  1. Hi, I'm aware that the problem is caused by my lack of CSS knowledge and/or the way my theme is designed, but support in this forum is excellent, so I'll give it a try ;-)

    The picture I would like to use is show enlarged. I can't get rid of that:
    http://www.blyxum.nl/hr-hrm-it-ict-consultancy-projectmanagement-utrecht-contact/

    Any pointers? Thanks!

    Posted 13 years ago on Tuesday March 1, 2011 | Permalink
  2. Your button image is inheriting a width property (45%) from your theme.

    Add this to the end of your custom CSS and it should override that.

    [css]
    body .format_text .gform_footer input[type=image] {width:auto}

    screenshot: http://grab.by/9e2L

    Posted 13 years ago on Tuesday March 1, 2011 | Permalink
  3. Excellent! Thank you very much.

    Posted 13 years ago on Tuesday March 1, 2011 | Permalink
  4. You're very welcome. I'm glad I could help out.

    Posted 13 years ago on Tuesday March 1, 2011 | Permalink
  5. Thank you! This helped with my Thesis Theme!

    Does this bit of code work for all themes?

    Thanks again!
    Kathy

    Posted 12 years ago on Thursday July 7, 2011 | Permalink
  6. @Kathy

    It should work if there is a blanket width value applied to all inputs. It's hard to say for EVERY theme though. If the theme CSS is properly written, they wouldn't do blanket width statements on the input element anyhow since there are all sorts of different inputs (checkboxes, radios, buttons, etc).

    Posted 12 years ago on Thursday July 7, 2011 | Permalink