Autocompleted Address textbox height css

  • ayadov77
    Asked on September 10, 2017 at 6:41 AM

    Hi, 

     

    is it possible to adjust the height of textbox within Autocompleted Address widget by adding some codes?  thank you 

     

    Autocompleted Address textbox height css Image 1 Screenshot 20

  • Mike
    Replied on September 10, 2017 at 8:56 AM

    You may add the next CSS to the widget to style its fields in a similar manner to the other form text boxes.

    input {
    height: 48px;
    border-width: 2px !important;
    border-color: #787878 !important;
    padding: 4px 3px 2px 3px !important;
    font-size: 16px !important;
    }

    Autocompleted Address textbox height css Image 1 Screenshot 20

    Thank you.

  • ayadov77
    Replied on September 10, 2017 at 9:06 AM

    Exactly how I wanted, thank you very much.