Log in

View Full Version : Shrink Size of Search Bar?


8thos
07-23-2011, 07:05 PM
How do you shrink the size of the search bar in navigation menu?

https://vborg.vbsupport.ru/external/2011/07/45.jpg

--------------- Added 1311470852 at 1311470852 ---------------

Nevermind I found it.

Juggernaut
07-27-2011, 02:01 AM
Where did you find it? I tried vbulletin-chrome, but the changes I made there didn't change anything in my navbar.

8thos
07-27-2011, 04:10 AM
Where did you find it? I tried vbulletin-chrome, but the changes I made there didn't change anything in my navbar.It's in vbulletin-chrome.css

Search for: .globalsearch input.textbox {
width: 120px;
}


I set my width to 100px

Juggernaut
07-30-2011, 01:22 AM
It's in vbulletin-chrome.css

Search for: .globalsearch input.textbox {
width: 120px;
}


I set my width to 100px
Thank you :D

8thos
07-30-2011, 01:24 AM
No prob