I have made the height of all the slides equal using these.
.slick-track
{
display: flex !important;
}
.slick-slide
{
height: inherit !important;
}
But when I applied these to the inner wrapper.
.slick-slide .item_wrapper
{
height: inherit !important;
}
The inner-wrapper does not inherit the height. What is the problem with my css?
You can view the website at https://paljaya.goolive.xyz/ it is the news slider at the bottom. Here is the HTML for the inner wrapper.
<div class="item_wrapper">
<div class="et_pb_module et_pb_image"><span class="et_pb_image_wrap"><img class="attachment-paljaya-berita-slider size-paljaya-berita-slider wp-post-image" src="https://paljaya.goolive.xyz/wp-content/uploads/2019/03/KULIAH-UMUM-448x336.jpeg" sizes="(max-width: 448px) 100vw, 448px" alt="" width="448" height="336" /></span></div>
<div class="et_pb_module et_pb_text et_pb_text_align_left et_pb_bg_layout_light">
<div class="et_pb_text_inner">
<h4>kuliah umum</h4>
<p>Memberikan Kuliah Umum Program Doktor (S3) Pendidikan Kependudukan dan Lingkungan Hidup (PKLH) Pascasarjana Universitas Negeri Jakarta Selasa, 12 Maret 2019, Direktur Utama PD PAL Jaya,</p>
</div>
</div>
<div class="et_pb_button_module_wrapper et_pb_button_alignment_center et_pb_module"><a class="et_pb_button et_pb_bg_layout_light" tabindex="-1" href="https://paljaya.goolive.xyz/kuliah-umum/">Lebih lanjut</a></div>
</div>