• Resolved emilysparkle

    (@emilysparkle)


    i’m trying to change the width of the input fields to be 75% of the page. i’ve tried adding this to my custom css….

    /* Attempt to make text entry boxes a reasonable width */
    input.ss-q-short, textarea.ss-q-long {
        width: 75%;
    }

    and even with an !important, the widths do not change in the browser view. i can get it to change when manipulating the width in firefox’s inspect element function.

    please help!

    https://www.ads-software.com/plugins/wpgform/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    Do you have the Custom CSS check box enable in the plugin settings?

    Dashboard > Settings > Google Forms – make sure the checkbox for “Enable Custom CSS” is checked.

    Thread Starter emilysparkle

    (@emilysparkle)

    ah, i wasn’t aware there was s settings area. i enabled it and it didn’t read from my custom css on my server, but i added the bit to the text box on the settings page and it worked just fine. thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘input width css question’ is closed to new replies.