Home › Forums › Iconic One Pro Support › How to resize form search? › Reply To: How to resize form search?
October 13, 2020 at 1:43 pm #6323
Themonic-Support
Keymaster
Hi,
Use in Customizer -> Additional CSS like this
.socialmedia #searchform {
width: 70%;
}
The above is for the stretch width after click.
If you want the default width to be bigger, use like
.socialmedia #searchform #s {
width: 70%;
}