Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @jnetza – Sorry for taking so long to respond, I’ve been at a conference so have been pretty busy.

    It looks like there is just an issue with the Genesis theme styles. They’re setting all form inputs to have a 100% width, which is why the labels are wrapping to the line below the radio buttons.

    Try adding the following to the bottom of the themes style.css file:

    input[type="checkbox"], input[type="radio"] { width: auto; }

    Let me know if that helps and thanks for trying out SlickQuiz!

    Thread Starter jnetza

    (@jnetza)

    Hi,
    It Works Perfectly!
    Thanks very much Julie! ??

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    Glad to hear it! No prob!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make it work with Genesis’ is closed to new replies.