I have been searching for an answer to this, and this one thing, I cannot seem to figure out. I get that the Image size is governed by the WP Template. I created a custom size that does show up in the GD>Post Image Widget options. Great. I was also able to get the Item to look like I want.
See Image 1
I was able to do this by adding some css:
.gd_place .geodir-image-container .geodir-image-wrapper ul.geodir-images {
margin: -70px 0 -70px !important;
}
I’m not even sure if this is correct, it just worked to achieve the look i’m after.
The problem I am having is that the Post link is not clickable because the Image Wrapper/Container, not the image is covering it.
See Image-2
Is it the image container or wrapper that is causing this to not conform to the image height? Because of the css maneuver I had to deploy to get the look right, links are not clickable and its no longer responsive.
I have tried every way I can think of to change the image wrapper and/or image container. Essentially I need the height and width of the container to be responsive not just the width. Is there a way?