Blog slider vertical alignment

Hello

How can I align the following so they all become on the same height?

  • image height
  • title
  • title line
  • description
  • read more buttons

Thanks

Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    Thanks

  • Hi

    It's not live yet, but by modifying the hosts file you will be able to see it via


  • Thanks, it works.

    Try the following CSS code:

    .blog_slider .slick-slide .image_wrapper img{
     height: 270px!important;
     object-fit: cover;
    }
    .blog_slider .slick-slide .desc h4{
     min-height: 90px;
    }
    .blog_slider .slick-slide .desc .post_excerpt{
     min-height: 180px;
    }
    

    Best regards

  • It worked, thanks!

Sign In or Register to comment.