Jump to content

[ANNULE] Zone de clic disparait toute seule dans le choix des transporteur sous chrome


Recommended Posts

Pour moi la solution a été trouvée dans le fichier global.css de mon thème, donc :

siteweb.com/themes/montheme/css/global.css

 

A la ligne 2586 j'avais ceci :

 

input:focus {
    outline:none;
    appearance:normal;
    -webkit-appearance:none;
    }
.clear {
    clear:both;
    }
#product #center_column {
    width: 100%;
    margin: 0;
    }

 

J'ai supprimé le début pour ne laisse que :

 

.clear {
    clear:both;
    }
#product #center_column {
    width: 100%;
    margin: 0;
    }

 

En gros il faut enlever le input:focus. et le problème est résolu.

Link to comment
Share on other sites

  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...