Is there any way to style the Width of the Google Autocomplete textbox?
asked
Christian Emmanuel Vital Torres
1 answers
0
You can style the width using CSS. Assign a custom class to the Google Autocomplete widget/container and control the width via CSS (for example width: 100% or a fixed pixel value). The widget itself usually inherits its size from its container.