Page 1 of 1

Plugin "Last Google Search"

Posted: Sat Jul 28, 2007 8:22 pm
by Harald Weingaertner
Hello,

is it possible to change the plugin "Last Google Search" ?

When users used the string www.derproblemloesungsweg.de/forum/index.php

as search-parameter, my right sidebar is a bit too long. I would love if the plugin breaks the search term after 30 characters (or more or less, depending on your sidebar)

I know, normally you does not use such a long string as searchparameter, but in this case some users do.

Thanks and regards, Harald

Re: Plugin "Last Google Search"

Posted: Sat Jul 28, 2007 8:47 pm
by garvinhicking
Hi!

Try the CSS

Code: Select all

.container_serendipity_plugin_googlesearch {
width: XXXpx;
overflow:hidden;
}
or overflow: scroll? The containername might differ, but sth like that should do.

HTH,
Garvin

Posted: Sat Jul 28, 2007 8:55 pm
by Harald Weingaertner
Good idea, thanks. overflow:hidden; is enough for this "problem".