Topic Resolution: Resolved
  • Closed
  • Patrick Horan
    Spectator
    August 24, 2016 at 9:48 pm #29978

    Using .evolve+ 2.6.8 w/ WP 4.6. The search tool in the header menu opens to the right in IE 11 which puts the box outside the main window frame. Compatibility View does not resolve the issue.

    The search tool performs as expected in Firefox 48.0.1 and Chrome 52.0.2743.116 m.

    Can this be fixed? If not, is there a theme option to leave the search box open all the time instead of being minimized?

    Daniel Jones
    Spectator
    Posts: 148
    August 25, 2016 at 1:42 pm #29997

    Hi Patrick,

    Yes, I see the issue after visiting your site (http://g1e1.ddns.net/) on IE. We can try and implement the following CSS code to resolve this (kindly paste the CSS code on your Theme Options> Custom CSS).

    /*resolve search issue on IE*/
    #search-text-top:focus {
    position: relative !important;
    right: 0px !important;
    }

    Let me know if this helps.

    Patrick Horan
    Spectator
    Posts: 21
    August 29, 2016 at 8:39 pm #30093

    That worked perfectly. Thanks for the fix.