Hello.
How can I increase the width of the search box on the everything http service search page?
Greetings,
Claudio
Http Service Page, Search Box Width Increase
-
- Posts: 13
- Joined: Tue Jul 02, 2013 9:45 pm
Re: Http Service Page, Search Box Width Increase
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.
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.