• Hi,

    I’m trying to remove the gray area between image and title on posts.

    I tried to add additional CSS, edit image size, but nothing worked.
    Only on Firefox, they display properly.

    Thanks for your help

    • This topic was modified 2 years, 4 months ago by mluniewska.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • it has something to do with the thumbnail link. if you use this code

    a.elementor-post__thumbnail__link {
        height: 200px;
    }

    it removes all the extra padding. I didn’t see where the padding was coming from. The height of the card is set to be much larger than the image height that resides inside of it. If you change the rule you will want to make sure the height of your image is less than the height you assign.

Viewing 1 replies (of 1 total)
  • The topic ‘Gray space under image on card posts’ is closed to new replies.