How to resize form search?Home › Forums › Iconic One Pro Support › How to resize form search?This topic has 3 replies, 2 voices, and was last updated 4 years, 1 month ago by Themonic-Support.Viewing 4 posts - 1 through 4 (of 4 total)AuthorPosts October 13, 2020 at 12:52 pm #6320 ChristyParticipanthello..! is it possible to resize the .socialmedia #searchsubmit? like this October 13, 2020 at 1:43 pm #6323 Themonic-SupportKeymasterHi,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%; } October 13, 2020 at 1:52 pm #6324 ChristyParticipanthow to disable the effect? October 13, 2020 at 2:44 pm #6325 Themonic-SupportKeymaster .socialmedia #searchform #s:focus { width: 70%; }The above will match the width with previous code and there will be no transition effect because width is now same.To remove effect: .socialmedia #searchform #s { -webkit-transition: none; transition: none; }AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)The topic ‘How to resize form search?’ is closed to new replies.