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.

some form field text cut off since update - help urgent

  1. maggie
    Member

    since the last update I have just checked my site and on each page that has a form the left hand side of the form seems cut off so 3 characters out of each word above each field are missing- my site is on genesis on WordPress - please help because people cannot read what they are supposed to enter in each field - no wonder my enquiries have slowed down! - thanks.

    Here are the links to the website pages affected:
    http://www.klearminds.co.uk/therapy-appointments/
    http://www.klearminds.co.uk/ask-us-a-question-about-therapy/
    http://www.klearminds.co.uk/contact/

    Posted 10 years ago on Wednesday May 15, 2013 | Permalink
  2. Richard Vav
    Administrator

    Your issue is being caused by the following rule which can be found starting on line 2301 of your themes style.css file.

    .gform_body {
    margin-left: -20px;
    }

    You have two options really, you can delete that rule or you can comment it out like so

    /*
    .gform_body {
    margin-left: -20px;
    }
    */

    Regards,
    Richard

    Posted 10 years ago on Wednesday May 15, 2013 | Permalink
  3. maggie
    Member

    phew great thanks richard that fixed it, however, now the right hand margin on the medium sized boxes has dissapeared any idea how I can fix this?
    many thanks
    maggie

    Posted 10 years ago on Wednesday May 15, 2013 | Permalink
  4. Richard Vav
    Administrator

    Sorry about that, at my screen resolution it was visible but as soon as I reduced the size of the window the right edge vanished, this also down to a rule in your theme's stylesheet, you can counteract it by adding the following

    .gform_wrapper {
    overflow: visible;
    }
    Posted 10 years ago on Wednesday May 15, 2013 | Permalink

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