Hello,
Would you help me please, to have same height in all courses items?
I would like to keep the Title of the course on top and have more space below for more texts.
Please check attached picture.
Thank you.
Please Check if you want :) www.kurzon.cz
The attached picture is HERE.
Try adding the given css :
.flex-viewport ul.slides>li>.courseitem > .block_content {
min-height: 220px !important;
}
.courseitem .block_media img.attachment-small.wp-post-image {
min-height: 158px;
}