• Resolved verse.thekeg

    (@versethekeg)


    Hello,

    Great plugin! I’m using the quiz option for catching spam and just have a question about formatting the quiz aesthetics.

    If you go to this test page you’ll see my example, I’d like to add a break line after the quiz’s question mark so that it follows the same layout as the rest of my form.

    I am however, struggling to figure out how to do this, should I define a class then apply that class to the theme’s CSS and if so, can you provide me an example of what the code would look like?

    Example page;
    http://uverseu.com.au/uvsu/?page_id=257

    http://wordpress.org/plugins/contact-form-7/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there.

    I suggest adding this to your style sheet:

    .wpcf7-form-control.wpcf7-quiz.Notbotclass {
    display: block;
    }

    All the best 🙂

    Thread Starter verse.thekeg

    (@versethekeg)

    Hi Ian,

    That does exactly what I wanted it to, thank you very much for your help.

    Take care and have fun!

    You are welcome, have a great Christmas 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Insert a Line Break after a Quiz Question’ is closed to new replies.