Disable Search Module In Module Manager.
Then Create a Custom HTML Module in the Module or Use the Banner Module and assign the module to the search position.
Once done with the above you will see your banner on top. with not properly aligned.
For that do this css Edits
Go to this File Path: templatesja_portfoliocsstemplate.css
Replace the Following code
#ja-search {
border: 1px solid #cacccd;
background: url(../images/icons/icon-search.png) no-repeat 10px center #fff;
bottom: 20px;
right: 5px;
height: 28px;
width: 200px;
}
With
#ja-search {
height: 60px;
right: 5px;
width: 680px;
}
Note: If you Find my Post useful please click on the Thanks Icon