Reply To: How to resize form search?

Home Forums Iconic One Pro Support How to resize form search? Reply To: How to resize form search?

#6323

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%;
}