How to increase width of search box
-
-
I think I figured this out. See below. But by increasing the max-width, is that going to cause any problems anywhere else?
#searchform input {
display: inline;
max-width: 160px;
width:148px;
text-align: left;
} -
The max width was 140 which prevented me from increasing width, so i adjusted the max-width before increasing width. Since there is no reason to have a max-width greater than the width i have subsequently dreased the max-width (last post) from 160 to 148px.
-
-
-
- The topic ‘How to increase width of search box’ is closed to new replies.
