Muchas gracias por tu ayuda, lamentablemente, sigue dando el mismo problema,
Mira lo que tengo en el
<!–[if lt IE 7]> <html class=»no-js lt-ie9 lt-ie8 lt-ie7″ <?php language_attributes(); ?>> <![endif]–>
<!–[if IE 7]> <html class=»no-js lt-ie9 lt-ie8″ <?php language_attributes(); ?>> <![endif]–>
<!–[if IE 8]> <html class=»no-js lt-ie9″ <?php language_attributes(); ?>> <![endif]–>
<!–[if gt IE 8]><!–> <html class=»no-js» <?php language_attributes(); ?> <?php if(ale_get_option(‘sitecustomscrollbar’) == 1) { echo ‘style=»overflow:hidden;» data-scroll=»scroll» ‘; } else { echo ‘data-scroll=»hidescroll»‘;} ?>> <!–<![endif]–>
debería de tener una condición para chrome ?
Gracias