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

    (@mpwalsh8)

    Try this:

    div.ss-form-entry {
        margin-top: 20px;
    }

    Make sure Custom CSS is enabled on the plugin settings page or it will never be output with the form.

    Thread Starter regchitxz

    (@regchitxz)

    Hi Mike, thanks! It works!

    Can I also ask if it’s possible to remove this default sentence “Never submit passwords through Google Forms.”?

    Thanks!

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Try adding this:

    td.ss-form-entry div.ss-secondary-text {
        display: none;
    }
    Plugin Author Mike Walsh

    (@mpwalsh8)

    Marking this as resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Form questions all cramped together’ is closed to new replies.