Alignment in carousels

Following css corrects the alignment in carousels : https://prnt.sc/smt8zt

 

 

ul.slides{
display: flex;
}
.block.courseitem{
display: flex;
flex-direction: column;height: calc(100% – 10px);
}
.block.courseitem .block_content{flex: 1;
display: flex;
flex-direction: column;}.block_desc{flex:1}
.block.course8 .block_content .course_meta {
display: flex;
flex-direction: row-reverse;
align-items: center;
justify-content: space-between;
}

Leave a Reply

Your email address will not be published. Required fields are marked *