The distance widget is getting cut off

  • depotlawncare
    Asked on July 2, 2015 at 6:12 AM

    Can someone please tell me how to get the formatting corrected on my form. 

     

    The distance widget will not display the calculate button to make it active when the form is live. 

     

    It was slightly obscured at first, but not its totally covered up and cannot be pressed. 

    Please be thourough in the explanation, I am new to this program. 

     

    thanks, 

     

    Kumar

     

  • Boris
    Replied on July 2, 2015 at 9:28 AM

    I can see the issue that you are experiencing. This is happening because the widget is designed to dynamically change its height as you are entering addresses, and at a certain time it may incorrectly calculate its height to be too short for the Calculate button.

    To fix it, please try injecting custom CSS into your form:

    #customFieldFrame_18 { min-height: 140px !important; }

    This code will ensure that your distance widget is never shorter than 140px, which should be enough to prevent the Calculate button from getting cut off.

    Please let us know if you experience further issues, Kumar, we will be happy to help.