Some of the buttons in my form cover up the field that I'm trying to fill in.  How can I change this?

  • brooke.clem
    Asked on March 9, 2015 at 11:35 AM
    Some of my 'hoover' buttons cover the actual cell block that I'm trying to fill in.  How can I change this?
  • brooke.clem
    Replied on March 11, 2015 at 12:38 PM

    This is the issue that I'm having:

     

  • brooke.clem
    Replied on March 11, 2015 at 12:45 PM

    Some of the buttons in my form cover up the field that Im trying to fill in Screenshot 20

  • Ben
    Replied on March 11, 2015 at 1:22 PM

    I see,

    You can resolve that by applying this CSS code:

    #id_131 .form-description {
        right: 260px;
        transform: scaleX(-1);
        width: 160px;
    }
    #id_131 .form-description .form-description-content {
        transform: scaleX(-1);
    }

    If you clone the jotform from the other thread where the 'other' field was added you will have this style already applied as well.

    http://form.jotformpro.com/form/50577024961962