Title: integration with Google Forms Plugin issues
Last modified: August 31, 2016

---

# integration with Google Forms Plugin issues

 *  Resolved [beadchaser](https://wordpress.org/support/users/beadchaser/)
 * (@beadchaser)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/integration-with-google-forms-plugin-issues/)
 * Issue: Google Forms plugin doesn’t play nice with FindCools theme. Checkbox and
   radiobutton positions are off
 * Description: Used Google Forms plugin successfully with another theme. Wanted
   to use FindCools theme on another website that also needed form integration.
   
   Example URL showing problem:[ Example of the problem.](http://oregonfaire.com/apply/vendor-application/)
   Please notice the buttons and checkboxes. Example URL showing no problem:[ Same form, different website, different theme](http://happyhippyhaven.com/apply/)
 * After digging around, I read about people who are using a handful of themes needing
   to insert some css code to get their theme and GoogleForms to play nice. I found
   out it was the theme because I had FindCools running on HappyHippyHaven and then
   switched out to another theme. Problem solved.
 * I was wondering if you’ve had anyone else encounter this issue, and if so, what
   code they used to fix it.

Viewing 1 replies (of 1 total)

 *  Thread Starter [beadchaser](https://wordpress.org/support/users/beadchaser/)
 * (@beadchaser)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/integration-with-google-forms-plugin-issues/#post-6949327)
 * okay – I figured it out and thought I’d post the fix here so others could benefit.
 * In the StyleSheet template of the theme there’s a section down toward the bottom
   called “Forms”. In the forms section, look for Input, Select, Textarea. I made
   mine look like this…
 * input, select, textarea {
    border:1px solid #ddd; color:#888; padding:9px 10px;
   width:auto; box-sizing:border-box;
 * }
    …and all the little buttons were happy 🙂

Viewing 1 replies (of 1 total)

The topic ‘integration with Google Forms Plugin issues’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/findcools/1.0.7/screenshot.png)
 * Findcools
 * [Support Threads](https://wordpress.org/support/theme/findcools/)
 * [Active Topics](https://wordpress.org/support/theme/findcools/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/findcools/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/findcools/reviews/)

## Tags

 * [custom css code](https://wordpress.org/support/topic-tag/custom-css-code/)
 * [google forms](https://wordpress.org/support/topic-tag/google-forms/)

 * 1 reply
 * 1 participant
 * Last reply from: [beadchaser](https://wordpress.org/support/users/beadchaser/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/integration-with-google-forms-plugin-issues/#post-6949327)
 * Status: resolved