How to add search to nav bar in Artisteer template  for Joomla. 

 

The easiest way to add search to the menu bar in an Artisteer template for Joomla.

Change only one line of code. Save hours of time.

This works great.

Modify your div search input in your template css file  to this.

Then add and enable search in modules in joomla to the user3 position.

 

Change:

div.search input
{
width: 95%;
border: 1px solid #ccc;
margin: 15px 0 10px 0;
}

to:

div.search input
{
width: 200px; width: 200px;
float:right;
border: 1px solid #ccc;
margin: 15px 0 10px 0;
}