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

    (@vasvir)

    Ok found it.

    The problem is the SVG sizing in IE11.

    The following css fixes it by papering over the problem. A proper fix should adjust the SVG file itself so it can be sized correctly in all browsers.

    /* IE11 HackFix: SVG problem on search bar */
    div.sbutton svg {
    width: 22px;
    }

    Theme Author ahuseyn

    (@ahuseyn)

    Hello @vasvir

    Thank you for sharing your solution with the community. Unfortunately Winter Blues is not compatible with Internet Explorer.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘IE11 support’ is closed to new replies.