Jump to content

[resolu]Comment augmenter le champ déclinaison du bloc ajouter au panier


Recommended Posts

Bonjour.
dans le bloc ajouter au panier on peut choisir plusieurs déclinaisons:
boite rond 200 Gr net
par exemple, hors dans le champs on ne voit que "boite rond 20"
comment faire pour agrandir ce champs et voir toute la déclinaison
Merci pour vos réponse.
Cordialement.

Share this post


Link to post
Share on other sites

Bonjour Daniel,

Cela se passe dans votre global.css du theme.

Cherchez cette ligne :

#primary_block form#buy_block label, #primary_block form#buy_block select {
display:block;
float:left;
width:47%;
}



Le mieux serait de la séparer en deux label et select et ça donne :

#primary_block form#buy_block label, #primary_block form#buy_block select {
display:block;
float:left;
}

#primary_block form#buy_block label {
width:20%;
}

#primary_block form#buy_block select {
width:74%;
}



Bon après c'est à vous de jouer avec le pourcentage des deux attributs.

V++

Atch

Share this post


Link to post
Share on other sites

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
 Share

×
×
  • Create New...

Important Information

Cookies ensure the smooth running of our services. Using these, you accept the use of cookies. Learn More