• Resolved beadchaser

    (@beadchaser)


    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. Please notice the buttons and checkboxes.
    Example URL showing no problem: Same form, different website, different theme

    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

    (@beadchaser)

    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.