• Resolved fanch971

    (@fanch971)


    Hello,

    I’m working under Firefox, and I can not see the checking box.
    A lot of my suscribers can not do the test also….. they don’t see those box
    What can I do ?

    thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Try this, for me it worked:
    edit Watu CSS: wp-content/plugins/watu/style.css

    locate this
    /* The following is override for themes that set radios and checkboxes on their own line */
    .quiz-form label,
    .quiz-form input[type=”checkbox”],
    .quiz-form input[type=”radio”] {
    display: inline !important;
    }

    change display: inline !important; with display: inline-block !important;

Viewing 1 replies (of 1 total)
  • The topic ‘NO Check box under firefox’ is closed to new replies.