Different heights on blog page

Sadly I can't find the setting, where I can equal the heights from the post overview on this site:

http://demo-1004.de/aktuelles/

Hopefully you can help me out!

Comments

  • Hi,

    Your images have different resolutions, so they do not have equal height.

    If you want them to be the same size, you should use the exact resolution for all of them.

    You can also limit their height with the CSS code to the smallest image, but they will be cut at the bottom, and it will look like this:

    Best regards

  • Thanks, could you tell me the css code for this solution?

  • Put the following CSS code in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    .blog_wrapper .post-item .image_frame{
       max-height: 180px!important;
    }
    

    Thanks

Sign In or Register to comment.