When I import a new portfolio item and Brin gin a new featured item the same size as all the others the grid displays the new thumbnail somewhat deeper than the others. See the last such increment on the url above. If I use an old image from the media library (same exact size) it worked perfectly. I assume there’s something different about the way the thumbnails are be generated now as opposed to some time ago. Is there any way to rectify this? I’d rather not have to use new featured images on all the portfolio posts to make them all the same.
Thanks,
Tony
Hoping you’ve seen this, following up, client wants this done today. Thanks, Tony
Hi tonyiatridis,
Could you please attach some screenshots of the issue? What do you mean by deeper?
Best regards,
Victoria
Sure, the last one here is a new one. If I use exactly the same size fatter image as before it comes out deeper, if I substitute a preexisting one from another portfolio post as a featured image it lines up. Has something to do with how the thumbnails are be generated by the theme and/or WP I imagine?
https://www.brookwood-construction.com/wp-content/uploads/2019/10/problem.jpg
Client breathing down my neck, hopefully you can revisit this soon? Much appreciated. Tony
Hi,
Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
@media only screen and (min-width: 768px) {
#top.page-id-92 img.size-portfolio_small {
height: 169px !important;
max-height: 169px !important;
}
}
I wrote this to only work on this one page and only for tablet & desktop screens, After applying the css, Please clear your browser cache and check.
Best regards,
Mike
Thanks Mike, that worked like a charm.
Tony
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)
Best regards,
Mike