Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26601

    I have a form (refer http://www.gatewaychurchtest.net/prayer-engine/ and click the “Share Your Prayer Request” button). On the bottom of this form is a check box to the left of the Submit button that renders properly on all browsers except IE. On IE it too small to recognize. How do I increase the size of this checkbox?

    Thank you for your fantastic support!

    #130996

    Hi,

    Please add this on your custom.css or Quick CSS

    #prayerengine_notifyme {
    min-width: 13px;
    min-height: 13px;
    }

    Can you give us a screenshot of what you see on IE?

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Modify Size of Checkbox on Form’ is closed to new replies.