Recent Topics

1 Feb 08, 2008 07:10    

My b2evolution Version: 2.x

Now that I've finally got 2.4.0, I decided on this skin:

http://skins.b2evolution.net/two.php/2008/01/03/glossyblue

however, the search widget appears messed up (especially for IE7)

Can anyone help with fixing it to appear correctly?

2 Feb 08, 2008 09:29

Hi

Look at style.css in skin folder and change these styles

delete lines 426-428

#searchform br, .search br {
	display: none;
}

on line 441 change

#searchform input, .search input {


to

#searchform input[type="submit"], .search input[type="submit"] {

3 Feb 08, 2008 16:21

Absolutely perfect!

-Thanks for taking the time..... very much appreciated!!

5 Apr 19, 2008 03:42

Another thanks here, as well! I also changed it to 125px wide so that "All Words" fits on the first line. :)


Form is loading...