Altering the Showcase Caption Ratio

Is there a way to alter the showcase-caption size? I’m finding that just working with the css doesn’t cut it, so it must be something to do with the thumb ratio - in the showcase.php i’ve altered the ratio of the images as follows:

<?php if($image = $project->images()->sortBy('sort', 'asc')->first()): $thumb = $image->crop(600, 300); ?>

but the caption is still square and the images don’t sit next to each other theres a space for the hover caption to appear. I’m slowly learning, but a beginner here, any help very welcome

You have to change the padding on the showcase-link anker from padding-top: 100% to whatever you need.

Do you know how to use developer tools to inspect elements and their styles?

Thank you much appreciated