Le 02 octobre 2023 à 19:06:59 dkqsfryezuiry a écrit :
Et si tu mets un !important ?https://image.noelshack.com/fichiers/2022/38/5/1663921748-ahi.png
@media (max-width: 820px) {
.right-buttons {
text-align: left;
margin: auto;
padding-right: 0% !important;
padding-bottom: 0% !important;
}
}
ho bowdel ça marche cimer khey je connaissais pas le !important
Le 02 octobre 2023 à 19:01:04 dkqsfryezuiry a écrit :
Tu la mis où lepadding-right: 20%; padding-bottom: 10%;
?
en dehors d'un media
Edit : quand je mets celui-là à 0% j'ai le résultat voulu mais j'aurai aimer cette position quand l'écran est > 820px
Salut, j'aimerais que quand l'écran est < 820 px le bouton soit mis comme ceci
@media (max-width: 820px) {
.right-buttons {
text-align: left;
margin: auto;
padding-right: 0%;
padding-bottom: 0%;
}
}
Et quand l'écran est plus grand de la même façons mais avec un
padding-right: 20%;
padding-bottom: 10%;
Le probleme que j'ai c'est que les padding quand l'écran est < 820 sont concerver même avec le max-width: 820px
Résultat :
Résultat voulu :
Si quelqu'un peut m'aider