Http Service Page, Search Box Width Increase

General discussion related to "Everything".
Post Reply
Claudio Salvio
Posts: 13
Joined: Tue Jul 02, 2013 9:45 pm

Http Service Page, Search Box Width Increase

Post by Claudio Salvio »

Hello.
How can I increase the width of the search box on the everything http service search page?
Greetings,
Claudio
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Http Service Page, Search Box Width Increase

Post by void »

Please have a look at HTTP server custom strings.

Change the following line in your custom strings:
tb_form2=<form id="searchform" action="/" method="get"><input class="searchbox" style="width:480px" id="search" name="search" type="text" title="

to:

tb_form2=<form id="searchform" action="/" method="get"><input class="searchbox" style="width:720px" id="search" name="search" type="text" title="

where 720 is the width of the search box in pixels.
Post Reply