Search button and input field in two lines - Google Chrome

GK User
Wed Aug 24, 2011 6:03 pm
Hello,

In Google Chrome search is displayed in two lines. In other web browsers search is in one line. Please see attached images. How to fix this?
User avatar
Senior Boarder

Konrad M
Thu Aug 25, 2011 6:39 am
Hi
Can you give us url to your site?
User avatar

GK User
Thu Aug 25, 2011 6:51 am
Below please find link to my site:

http://www.symbianmobile.pl
User avatar
Senior Boarder

Konrad M
Thu Aug 25, 2011 6:56 am
Try add to override.css
Code: Select all
#gk-search input {
float: left;
}

and remember to enable override.css option in template settings
User avatar

GK User
Thu Aug 25, 2011 7:17 am
Thank you. To make the same order of button and input field I had to put
Code: Select all
#gk-search input {
float: right;
}
User avatar
Senior Boarder

Konrad M
Thu Aug 25, 2011 7:24 am
Yes, right :)
User avatar


cron