Auf deiner Blogseite ein Vorschlag:
Code
@media only screen and (max-width:959px) {
.blog-entry.thumbnail-entry .blog-entry-inner {
-webkit-flex-direction:column;
flex-direction:column
}
.blog-entry.thumbnail-entry .thumbnail,
.blog-entry.thumbnail-entry .blog-entry-content {
width:100%
}
.blog-entry.thumbnail-entry .blog-entry-content {
margin-top:15px;
padding:0 !important
}
}
@media only screen and (min-width:468px) and (max-width:959px) {
.blog-entry.post .thumbnail img {
width: 50%;
margin-left: 25%;
margin-right: 25%;
}
}
Alles anzeigen