great thanks!
I’m also having trouble with the featured image on my child pages. I would like the featured image on the grid parent page but not at the top of the child page. I think I have managed to sort this problem by looking at other threads but the title of my page then moves up and covers up some of the menu bar. I tried using this:
.post-thumbnail + .entry-header {
margin-top: 0;
}
but it didn’t work. Any other suggestions??