Hi, how do I set it so the featured images that shows on my blog list to show on mobile as well? On mobile, I would like for the thumbnail image to be displayed above each post.
Hey envisageiam,
You can add this code to the quick css field to show the images on mobile devices too:
@media only screen and (max-width: 767px){
.responsive #top #wrap_all .template-blog .blog-meta, .responsive #top #wrap_all .post_author_timeline, .responsive #top #wrap_all #main .sidebar {
display: block;
}
}
If you want to show the images above each post please try another blog style (i.e. “Single Author, big preview Pic (no author picture is displayed, feature image is big)”) because your current layout just supports small thumbnails on the left side.
Best regards,
Peter