Résolu J'ai un problème d'affichage avec boostrap

Jak Chirak

Membre
Inscription
21 Avril 2014
Messages
939
Réactions
371
Points
1 820
Salut :RG:,
J'suis actuellement en train de faire un petit "CMS" pour une personne, mais j'ai un problème avec mon Bootstrap, et voici ce qu'il ce passe : j'ai le "well" qui est dans la NavBar, je n'arrive pas à le faire redescendre.

Merci à ceux qui m’aideront !
 

Zero.

Premium
Inscription
26 Décembre 2011
Messages
3 654
Réactions
1 317
Points
6 055
ça ne marche pas
54a26ff2e45246b2bd73a3e99c2b8366.png

Pourtant si
 

Jak Chirak

Membre
Inscription
21 Avril 2014
Messages
939
Réactions
371
Points
1 820
Montre moi ton code :)

Code:
.well {
  min-height: 20px;
  padding: 19px;
  padding-top: 700px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
 

1899

Ancien staff
Inscription
10 Août 2012
Messages
9 798
Réactions
4 482
Points
29 037
Code:
.well {
  min-height: 20px;
  padding: 19px;
  padding-top: 700px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
Pourquoi 700px ? D:

Essaie de mettre 100 ;)
 

Jak Chirak

Membre
Inscription
21 Avril 2014
Messages
939
Réactions
371
Points
1 820
Avec le F12 ça fonctionne D:
Redonne ton code un fois édité ? Ou met !important dans ton padding-top :)

j'ai essayé de mettre
<div class="well" padding-top: 100px;>
et
.well {
min-height: 20px;
padding: 19px;
padding-top: 100px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
mais rien ne marche
 

1899

Ancien staff
Inscription
10 Août 2012
Messages
9 798
Réactions
4 482
Points
29 037
j'ai essayé de mettre
<div class="well" padding-top: 100px;>
et
.well {
min-height: 20px;
padding: 19px;
padding-top: 100px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
mais rien ne marche
C'est quoi ça <div class="well" padding-top: 100px;> :xD:
 

Jak Chirak

Membre
Inscription
21 Avril 2014
Messages
939
Réactions
371
Points
1 820
Haut