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

    (@mpwalsh8)

    This was one of the trickier CSS things to figure out. Your theme uses “display: table” which I haven’t encountered before. Try adding the following to the Custom CSS section on the Google Form settings page (and make sure to mark the checkbox to enable custom CSS):

    div.ss-form-container {
        display: block;
    }
    
    input.ss-q-checkbox {
        width: auto;
    }

    Let me know how you make out.

    Thread Starter myownbs

    (@myownbs)

    Mike, this worked perfectly.
    THANK YOU SO MUCH – I sent you something little just for the great help.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Thanks, I appreciate it.

    I just tried this but it didn’t seem to work:

    https://queermusic.tv/wpgforms/submit-your-music-video/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can't seem to align checkbox with text’ is closed to new replies.