How can I make the address autocomplete field responsive?

  • johnsommer
    Asked on March 7, 2018 at 10:49 AM
    2. How can I change fields that don't fit on Wix in the mobile application to auto shrink? I attached an address field as an example.
  • Kiran Support Team Lead
    Replied on March 7, 2018 at 11:05 AM

    Please try injecting the following CSS code to the Custom CSS section of the widget. 

    #geocomplete {

    width: 95% !important;

    }

    1520438676Selection 055 Screenshot 10

    The address input field should be displaying correctly on mobile devices after injecting this code. 

    Thanks!