Hi @Robyn,
I looked at your site and I think your problem is with the image and content. The image of all the slide featured images should be of same dimension. (The one with Deadpool has a bit long height than others).
So you need to fix both.
For images, you will need to regenerate the thumbnails using “Regenerate thumbnails plugin“. Install this plugin and follow the instructions to regenerate the images.
For content, you can use following CSS code in “Appearance=> Theme Options=> Custom CSS” box:
#slider-wrap .featured-text {
min-height: 200px;
}
This will fix the height of content.
Also, Your theme is currently at version 4.1. It is highly recommended to update it to latest version(4.4.1). There are a lot of bug fixes and security patches.
Let me know how it goes.
Regards,
Pratik