Default search box 1px width?
Default search box 1px width?
ngreene96
Posts: 2Questions: 1Answers: 1
Hi,
For some reason the search box has changed from its default width to a 1px width which doesn't show any of the letters a user is searching. Tried CSS to fix but not working, any help appreciated.
This is what its like:
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Nevermind fixed it with this.
table1_filter label input{
width: auto;
}