We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Search box is too big - Site-wide Advanced Search Box | Forum

Moni
Moni Dec 30 '14
how can i make the search box a little bit smaller its too big now
Purusothaman Ramanujam
If you have enabled animation and want to change size, you can change it in

ow_plugins\isearch\components\console_search.php

            $jsCode .= '$("#isearch-box").focus(function(){
                       $(this).animate({ width: 350 }, "slow");
                    }).blur(function() {
                        var w = $(this).attr("data-default");
                        $(this).animate({ width: 150 }, "slow");
                    });';
You do not have permission to reply this topic