Hey Uli,
The featured images are visible on mobile on my end, could you try to explain the problem a bit further please?
Best regards,
Rikard
Hi,
Thanks for that, but I’m not sure which images you are referring to now. The image of the donkey for example; it’s visible both on your site on mobile, and in your screenshot. Could you try to explain your intentions a bit further please? Or do you mean that you want to display it in the actual post? If so, then you can try this CSS:
@media only screen and (max-width: 767px) {
.single-post .blog-meta {
display: block;
width: 100%;
margin-bottom: 30px;
}
}
Best regards,
Rikard