[PLUGIN] Google Custom Search Engine
This should be possible with additional CSS. How have you tried to do it?
Planet Bludit, Tipps, Snippets und nützliche Links. - Newsletter, Informationen zu Bludit (auf Deutsch).
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;}';
And btw.: is it possible to move your plugin at the end of the sidebar ?
This also should be possible. But I would prefer the plugin Custom CSS. Otherwise the modifications are lost, if the plugin will be updated.
At the moment it's not possible to order the plugins.And btw.: is it possible to move your plugin at the end of the sidebar ?
But you can do it manually by editing the theme and add the code of your Google Custom Search engine.
Planet Bludit, Tipps, Snippets und nützliche Links. - Newsletter, Informationen zu Bludit (auf Deutsch).