[PLUGIN] Google Custom Search Engine

User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

This should be possible with additional CSS. How have you tried to do it?
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
donsenilo
Sr. Bludit
Posts: 37
Joined: Fri Nov 18, 2016 12:18 am

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 ?
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

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.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Post Reply