Home › Forums › Pro Support › Adjusting the picture › Reply To: Adjusting the picture
November 6, 2017 at 11:58 am
#2908
Keymaster
You could try a solution like this:
.wp-show-posts-image {
height: 175px;
overflow: hidden;
}
Then the images could be taller than that, but they will cut off and be hidden after the 175px height.
Let me know 🙂