Jump to content

Probleme positionnement right_column


clickforwebdesign

Recommended Posts

Bonsoir a tous,

J'ai un petit problème de positionnement de ma colonne de droite qui cache en fait deux boutons "ajouter au panier" et donc je ne peux pas cliquer sur ces boutons (Voir pièces jointes)

Comment résoudre ce petit problème de css?

Merci par avance

Ci joint le code Css de mes colonnes

#page {
width: 1250px;
margin: 0 auto 2px auto;
text-align:left;
}
h1#logo {
float: left;
width: 29%;
margin-top:0.5em;
}
#header {
float: left;
width: 71%;
text-align: right;
}
#left_column, #center_column, #right_column {
float:left;
}
#left_column {
clear:left;
width:190px;
padding-right: 15px;
}
#center_column {
width: 556px;
margin: 0 0 30px 0;
}
#right_column {
width: 190px;
padding-left: 295px;

}

15134_n5LKlw5l1N5g7jskmNRT_t

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...