Just once last query; I have used this and think it looks great
This CSS will position the images so that the top of them is always displayed:
@media all and (min-width: 900px) {
.excerpt .featured-image {
background-position-y: 0;
}
}
However, it doesn’t transpose to the mobile version. Is there any code to get the top of the image on the blog posts to show in mobile as well.
Again, thanks for all your help. You are an absolute star ??