Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takanudo

    (@takanudo)

    It looks like your theme is rendering an extra facebook_status_box div in IE 9 for some reason. We might be able to hide it. Try adding the following the css on the settings page for the plugin:

    h5 > #facebook_status_box
    {
    display: none;
    }
    Thread Starter schwamd

    (@schwamd)

    Wow. Quick response. That did the trick. Thanks so much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Formatting Issue with IE9’ is closed to new replies.