cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the size of my Search Box

How to change the size of my Search Box

How to change the size of my search box to make it larger

2 REPLIES 2

Re: How to change the size of my Search Box

Click on the ADVANCED tab under TOOLS::INTERNET OPTIONS and then uncheck "Use Visual Styles..."  This will fix your problem!

Re: How to change the size of my Search Box

I think this will be help for you

 

var searchForm = new Varien.searchForm('search_mini_form''search''<?php echo $this->__('Search entire store here...') ?>');
            
searchForm.initAutocomplete('<?php echo $this->helper('catalogsearch')->getSuggestUrl() ?>''search_autocomplete');
        
//]]>