Recent Topics

1 Aug 06, 2011 18:29    

My b2evolution Version: 3.3.1

I want a simple search box - box with search button after (inline). I have removed the SEARCH header and radio boxoptions using customise widget. However, I would like the search box and search icon to appear inline.

M homepage is http://jeyjoo.com/blog/blog1.php, and the search box is in the right hand menu at the top.

Any ideas?

JJ

2 Aug 07, 2011 00:20

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 }

3 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 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.


Form is loading...