Page 2 of 2

Re: [PLUGIN] Google Custom Search Engine

Posted: Sun Aug 27, 2017 8:52 pm
by Edi
This should be possible with additional CSS. How have you tried to do it?

Re: [PLUGIN] Google Custom Search Engine

Posted: Sun Aug 27, 2017 9:39 pm
by donsenilo
Edi wrote: Sun Aug 27, 2017 8:52 pm This should be possible with additional CSS. How have you tried to do it?
I've tried it directly in the "plugin.php".
Do you mean the plugin for additional CSS ?
I think it's all about the right commands (like

Code: Select all

$html .= 'input.gsc-input{display: table !important; margin: 0px !important; width: 100% !important; border-radius: 6px; height: 2em;}';
in the "plugin.php").

And btw.: is it possible to move your plugin at the end of the sidebar ?

Re: [PLUGIN] Google Custom Search Engine

Posted: Sun Aug 27, 2017 10:49 pm
by Edi
donsenilo wrote: Sun Aug 27, 2017 9:39 pm I think it's all about the right commands [..]
This also should be possible. But I would prefer the plugin Custom CSS. Otherwise the modifications are lost, if the plugin will be updated.
And btw.: is it possible to move your plugin at the end of the sidebar ?
At the moment it's not possible to order the plugins.

But you can do it manually by editing the theme and add the code of your Google Custom Search engine.