Bonjour,
Je travaille sur un site depuis un moment, j'ai épluché forums, tuto et cours pour trouver une solution à mon problème.
Voilà j'ai un thème censé être responsive mais j'ai un gros souci avec l'image d'en-tête chargée : elle ne s'adapte pas aux écran tablettes et smartphone. J'ai lus un cours responsive sur OpenClassroom sur le responsive mais ça n'arrange rien.
Voici à peu près les codes responsives pour mon theme :
Merci d'avance pour votre aide
Je travaille sur un site depuis un moment, j'ai épluché forums, tuto et cours pour trouver une solution à mon problème.
Voilà j'ai un thème censé être responsive mais j'ai un gros souci avec l'image d'en-tête chargée : elle ne s'adapte pas aux écran tablettes et smartphone. J'ai lus un cours responsive sur OpenClassroom sur le responsive mais ça n'arrange rien.
Voici à peu près les codes responsives pour mon theme :
/* =Responsive Design
------------------------------------------------- */
@media screen and (max-width: 800px) {
#content article {
width: 30.6%;
}
#content article:nth-child(3n+3) {
margin-right: 0 !important;
}
#content article:nth-child(4n+4) {
margin-right: 4%;
}
}
@media screen and (max-width: 600px) {
header#masthead {
height: 550px !important;
}
.main-navigation a {
padding: 20px 10px 16px;
}
#content article {
width: 48%;
}
#content article:nth-child(3n+3) {
margin-right: 4% !important;
}
#content article:nth-child(4n+4) {
margin-right: 4%;
}
#content article:nth-child(2n+2) {
margin-right: 0 !important;
}
hgroup h1.site-title {
font-size: 3em;
text-shadow: 3px 3px 0 rgba(0,0,0,0.5);
}
hgroup h2.site-description {
font-size: 100%;
}
.single .entry-header {
width: 100%;
margin-left: 0;
float: none;
text-align: center;
}
.entry-meta-wrap {
display: block;
float: none;
margin: 0 0 3em;
text-align: center;
width: 100%;
}
.single-content-wrap {
width: 100%;
float: none;
display: block;
}
.single #nav-below {
width: 100%;
}
#respond {
max-width: 100%;
}
.widget-area, aside {
width: 100%;
float: none;
display: block;
}
}
Merci d'avance pour votre aide