Hi,
Is it possible that, when the screen is beneath 450px for example, the title of posts will be placed beneath the featured image? Now the title sometimes have only 3 characters next to the featured image. How can I set the title to begin beneath the featured image? See the private content dor a url.
Hey erwin_m,
Try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 450px) { h2.post-title.entry-title {display:inline-block;}
.blog-meta img {left: 25%;}}
I also added the code to center the image above the title.
Best regards,
Mike
Hey Mike,
Works great! Thank you, you can close the topic.
Regards,
Erwin