MyBB Community Forums

Full Version: Need help with 2.0 Inspired
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all

I use 2.0 Inspired I make small adjustments and it works perfect but i don't know how to make search bar to look like on picture below ;S

[Image: YcwLE.png]

Thank you in advance for any help you can provide!
Add this code
<div id="search">
<div align="right"style="margin-top: -3px;"><form action="search.php" method="post">

<input type="hidden" name="action" value="do_search" />

<input type="text" class="textbox" name="keywords" onfocus="if(this.value=='Search here...'){this.value='';}" onblur="if(this.value==''){this.value='Search here...';}" value="Search here...">

</form></div>
</div>
After before the </div> close of this code <div class="logo">

And then go to your global.css and add a selector named search
.search
{
float: right;
padding-top: 15px;
padding-right: 10px;
}
If you have problems write here
I have replied you on YuvaPix.