Hi there,
Why does the search bar in my footer column extend its shape long to the left when I click to type in it? How do I get it to be static, or at the very least, extend its shape to the right instead of the left to allow for longer search items?
Thanks!
Dianna
Search bar changes shape when typing?
Started by
buildingblocks
, Jul 24 2012 06:28 AM
1 reply to this topic
#1
Posted 24 July 2012 - 06:28 AM
#2
Posted 24 July 2012 - 11:07 AM
Hi Dianna,
Add this to your custom CSS and see if this works for you.
Add this to your custom CSS and see if this works for you.
.footcol-pad .form.searchform { margin-left: 0px !important; }
.footcol-pad .searchform .searchfield { width: 190px !important; }
.footcol-pad .searchform .searchfield:focus { width: 190px !important; }










