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.

Customize calendar image

  1. jayd
    Member

    I uploaded a new custom calender image and put the url where gravity form can find it but it is still showing up really small, is there a way to make it bigger?

    Posted 13 years ago on Friday February 18, 2011 | Permalink
  2. You need to override the rule in your style.css file (line 1401) that sets the width on the icon. Add this to the end of your theme stylesheet and adjust as needed for your application.

    body .gform_wrapper img.ui-datepicker-trigger {
        width: 48px;
        margin:0
    }

    test screenshot: http://grab.by/91vY

    Posted 13 years ago on Friday February 18, 2011 | Permalink
  3. jayd
    Member

    It looks fine in firefox but when I look at it in IE it looks stretched, is there any way to fix that?

    Posted 13 years ago on Monday March 7, 2011 | Permalink
  4. Try defining a height value in the CSS rule as well. That should do it for you.

    Posted 13 years ago on Monday March 7, 2011 | Permalink