Every third post and on has a tiny image thumbnail

I’m not sure what’s happened but recently my posts have started showing a small thumbnail image every third post and on. The first two posts display correctly but everything beyond that doesn’t. Even the same post that is in multiple categories will show either regular or small depending on if it’s the first one listed or the third. Not sure how to fix this.

link to a page with multiple posts:

Hey there,
Hope you’re doing well today

Kindly try installing and activating the Child Theme attached below and see if the issue is resolved here.
Ever since the update this has been an issue for a number of users, however, this seems to solve the problem for them.

I hope this helps :slight_smile:

Best Regards,
Support

thank you! That worked, however it made a couple of small issues I’m not sure how to fix.

  1. My category tag is hovering above the line.
  2. The text hover on dropdown is the same color. How to change to white text?

Hey there,
Hope you’re doing well today

Kindly add and save the following code to Appearance > Customize > Additional CSS:

.cat-title {
    margin: 5px 0 50px 0!important;
}

.dropdown-menu > li > a:hover{
  color:white!Important;
}

I hope this helps :slight_smile:

Best Regards,
Support