Skip to:
Content
Pages
Categories
Search
Top
Bottom

Login Plugin will not display in IE11

Viewing 1 replies (of 1 total)

  • Robkk
    Moderator

    @robkk

    this is kind of odd…

    i did find a way to see it on IE 11 , i changed the style of the bbp-form fieldset using the inspector tools in IE 11.

    here is some custom css that might help

    put it wherever you can put custom css

    child theme style sheet
    jetpack custom css module
    other custom css plugin

    fieldset.bbp-form {
    display:block;
    min-width:inherit;
    clear:left;
    }

    if that doesnt work add !important like this

    fieldset.bbp-form {
    display:block!important;
    min-width:inherit;
    clear:left;
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar