Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1149163

    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

    #1149938

    Hoping you’ve seen this, following up, client wants this done today. Thanks, Tony

    #1150141

    Hi tonyiatridis,

    Could you please attach some screenshots of the issue? What do you mean by deeper?

    Best regards,
    Victoria

    #1150333

    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

    #1150972

    Client breathing down my neck, hopefully you can revisit this soon? Much appreciated. Tony

    #1151353

    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

    #1151377

    Thanks Mike, that worked like a charm.

    Tony

    #1151394

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘New featured image in portfolio grid is deeper than the older ones’ is closed to new replies.