blajcata Posted November 27, 2009 Share Posted November 27, 2009 How can I reduce the width of quick search? Link to comment Share on other sites More sharing options...
Zenith Posted November 27, 2009 Share Posted November 27, 2009 In "modules/blocksearch/blocksearch-top.tpl" add a size attribute to the text box. Just change the value of the size until it suits you.e.g.Change <input type="text" id="search_query" name="search_query" value="{if isset($smarty.get.search_query)}{$smarty.get.search_query|htmlentities:$ENT_QUOTES:'utf-8'|stripslashes}{/if}" /> To <input size="10" type="text" id="search_query" name="search_query" value="{if isset($smarty.get.search_query)}{$smarty.get.search_query|htmlentities:$ENT_QUOTES:'utf-8'|stripslashes}{/if}" /> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now