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

    (@mpwalsh8)

    Put this in your custome CSS (make sure it is enabled on the plugin settings page):

    div.ss-q-title label {
        display: inline;
    }
    Thread Starter arthursucks

    (@arthursucks)

    You’re like some magical CSS wizard! Very much appreciated!

    Plugin Author Mike Walsh

    (@mpwalsh8)

    I wish I could say I was but alas I am not. However, I have solved the line break problem with the asterisk quite a few times so that one I can usually chase down pretty quickly. That and Firebug is your friend. I cannot imagine chasing these CSS issues down without Firebug.

    I’m having the same problem but the code didn’t resolve it. My form can be seen at http://wp.mlrowing.org/?wpgform_qv=mountain-lakes-rowing-club-fall-2014-registration I’m also having an issue in that I cannot advance to the next page of the form. I’ll look for that under another topic. Looking forward to getting this working. Thank you!

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Try this Custom CSS (make sure you enable Custom CSS on the plugin settings page – Dashboard > Settings > Google Forms):

    label.ss-q-item-label br {
        display: none;
    }

    As for the form not submitting – I would suggest making a test form that has 1-2 questions, preferably radio buttons or checkboxes, for testing. You don’t want to have to answer 50 questions just to see if the page submits.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Asterisks on a new line.’ is closed to new replies.