Hi,
I'd like to replace the "search site" box from my header with a qtranslate widget. I already managed to make the qtranslate widget appear in the header, and placed it above the search box. I followed the tutorial: http://www.kriesi.at/support/topic/language-in-the-header#post-50539%29
To place the widget I created I used following code in the quick css:
.container .widget_qtranslate {
float: right;
margin-top:-25px;
padding-right: -20px;
}
#top .logo a, #top .logo a:hover {
top: -80px;
}
Now how can I turn off the "search site" box?
I would be happy if you could help me out. Thanks a lot.
Best,
Sascha














