1 jeyjooweb Aug 06, 2011 18:29
3 jeyjooweb Aug 07, 2011 21:46
sam2kb wrote:
As far as I see it's already inline.
Anyway you can do it with CSS, simply add some styles style.css file in your skin.
.widget_core_coll_search_form input { display: inline !important }
Thanks Sam,
I managed to get it inline. There was a php file, and I removed the echo <p></p> around the search box.
4 sam2kb Aug 07, 2011 23:49
You could make <p> tag display inline too
.widget_core_coll_search_form p { display: inline !important }
The thing is that you will loose the modifications after upgrade.
As far as I see it's already inline.
Anyway you can do it with CSS, simply add some styles style.css file in your skin.