• 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/captcha/

Viewing 1 replies (of 1 total)
  • Thread Starter DavidFB

    (@davidfb)

    Found the fix.

    .cptch_block {
    display:block;
    float:none;
    clear:both;
    }

    Using View Source and searching for Captcha, I found the CSS label.

Viewing 1 replies (of 1 total)
  • The topic ‘Position issue with Mantra Theme’ is closed to new replies.