Jump to content

Google Custom search


maxkat

Recommended Posts

If it was just that, then you could reset it by setting the box-sizing to content-box. In the case of your site, this probably will work:

#___gcse_0, #___gcse_0 * {
  box-sizing: content-box;
}

I tried that, though, but there are more issues. It seems to be that setting the line-height to 1.5 is also messing with the layout, so you would need to reset that too.

.gsc-input {
  line-height: normal;
}

I don't know if this will solve all the layout issues.

Link to comment
Share on other sites

I don't understand? Do you want two searches? if you want the bottom search within the section above it place it in the section above it? place all references to css imports in external style sheet OR inline between <head> and </head> within style tags, also you can't have duplicate id reference on search form if you want two of these, if these are JavaScript created this code needs adjusting to change id references.

check out validation errors report https://validator.w3.org/nu/?doc=http%3A%2F%2Fbestanimations.com%2F

Edited by dsonesuk
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...