Showing 1 – 1 of 1 replies
aneeshkumar

I purchased this theme, and like it […]

aneeshkumar PURCHASED
7 years ago
I purchased this theme, and like it. Great work!

One small question: I am trying to show the search box in the navbar, as opposed to invoking it through the search button. (I realize this may not be responsive.) Tried various permutations of placing the form, the div that contains the form in different places, but the form is not lining up as well as your current design. The search glyphicon is lower than the search box.

Any thoughts on how I should do this? Given how many e-commerce sites have this search button (starting with Amazon), I am assuming there is a straightforward way.

Thanks in advance,

Aneesh
ondrique
ondrique SELLER
7 years ago
Hi,

thanks for buying, glad you like it.

Place, for example, the following code to #navigation after <ul></ul>

<form class="navbar-form" role="search" style="max-width: 400px; float: left; padding-top: 0;">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search">
<span class="input-group-btn">
<button type="submit" class="btn btn-primary"><i class="fa fa-search"></i></button>
</span>
</div>
</form>

(and delete the button the toggles the form and the search form from its previous location)

The result will look like this: https://dl.dropboxusercontent.com/u/16020001/minimal-search.JPG

Hope it helps,

Best,

Ondrej