Jump to content

Problème deplacement de texte


Recommended Posts

Bonjour,

 

je rencontre un problème avec mon texte au niveau de mon panier.

 

je m'explique :

 

Lorsque le panier est vide j'ai : Mon Panier Aucun Article

Lorsque le panier à un article j'ai : Mon panier 1 Article 150 €

 

On pourrait dire qu'il n'y a pas de problème !! est bien si

 

J'ai le mot mon panier qui se décale et je ne sais pas comment faire en CSS pour que même quand on ajoute des articles au panier celui-ci ne change pas de place

 

Voici les images pour mieux comprendre.

 

je vous met aussi mon CSS :

 

/* block top user information */
#header_right #header_user {
float: right;
/*width: 100%; */
   margin: 15px 0 6px;
text-align: right;
}
#header_user p { color: #595a5e }
#header_user span {  /* Texte en dessous de mon panier ex : Aucun produit */
font-weight: bold;
/*margin-left: 8%; */

}
}
#header_user ul { margin-top: 0.3em }
#header_user li {

  /* border-left: 1px solid #000000; 
   float: right;
   line-height: 13px;
   padding: 0 10px;
   white-space: nowrap; */
}
#header_user li#welcome{ /* texte Bienvenue */
border-left: medium none;
   float: right;
   margin-right: -190px;
   margin-top: 30px;
   padding: 0 10px;
}
#header_user #shopping_cart{ 
   margin-right: 20px;
margin-top: 0;
border-bottom: 1px solid #000000;
   height: 18px;
   width: 190px;
}
#header_user li#your_account { 
float: right;
padding-top: 30px;
   padding-right: 0px; 

}
#header_user #shopping_cart a, #header_user #your_account a {
background-repeat: no-repeat;
background-position: top left;
height: 20px;
text-decoration: none
}
#header_user #shopping_cart a {  
margin-right: 14px;
margin-left: -30px;
text-transform:uppercase;
font-size:1em;
color:#730a48;
font-family:"Arial Black",Arial, Helvetica,sans-serif;
border:none; 
background:none;
}
#header_user #your_account a { 
   margin-right: 135px;
   padding: 0px 8px;
} 

 

Merci pour votre aide

Link to comment
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
×
×
  • Create New...