Support » Plugin: Math Captcha » Mantra & Comment form placement

  • Resolved DavidFB

    (@davidfb)


    Hi
    I installed the Plugin on a recommendation.
    In the Mantra theme, the plugin shows up mixed in with the comment form labels. The themes developers offer this fix for a similar plugin:

    #???captcha_widget_div {
    display:block;
    float:none;
    clear:both;
    }

    The question is – whats the CSS call I need for your plugin? Sorry – my skills at this are basic.
    Thanks

    http://wordpress.org/plugins/wp-math-captcha/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter DavidFB

    (@davidfb)

    I found the fix

    .math-captcha-form {
    display:block;
    float:none;
    clear:both;
    }

    View, Page Source, then search for Captach to find the CSS plugin name.

    Plugin Author dFactory

    (@dfactory)

    We’ll include some basic CSS styling in the upcoming version so it won’t be needed anymore.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mantra & Comment form placement’ is closed to new replies.