• Resolved mauryg

    (@mauryg)


    Using Suffusion 4.3.2 with child theme. Works fine in Chrome, FF, Comodo and Safari (on Win7). IE9 shows NO menu, sidebar shifted outside of main body and no rounded corners. Same problem with Suffusion itself.
    Site is https://barronsquare.org.
    Any help or ideas appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    For some reason there’s a <div> added around the menu that performs this problematic CSS.

    Within Jetpack‘s plugin, there’s a section named, “Custom CSS” whereby you can enter CSS modifications without compromising the theme.

    Within the Custom CSS section of the dashboard, enter this;

    .col-control {
     left: 0;
    }

    Thread Starter mauryg

    (@mauryg)

    Thanks Andrew,
    I don’t use JetPack but I do have WP-optimize. So I ran a DB optimize and I also updated the All-in-One Calendar plugin which normally occupies the top position in the sidebar widgets. That seems to have cleared the problem in IE. Most likely was the DB optimize that did the trick because when I ran the site under WAMP (localhost), IE9 did NOT show the problem.

    Maury

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Site broken in IE 9’ is closed to new replies.