Google Search Button doesn't appear right - it's smashed


Does anyone have experience styling this search button from Google Custom Search? There should be a little magnifying glass which obviously isn’t there.

Hi @joe_in_brooklyn,

Please post your public share link and published URL so we can take a look at it.

http://google-search-box.webflow.io/

Hi @joe_in_brooklyn

There are custom styles inserted by the plugin, what you need to do is override it with another style.

Paste this into Site Settings > Custom Code > Footer Code:

<style>
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: auto;
    height: auto;
}
</style>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.