I have the following CSS:
.course-content {
padding-top: 22px;
padding-bottom: 30px;
}
And within the loop in PHP, I look for the database records. And it looks like this:
With this, I noticed that it came in different sizes. How can I standardize sizes? I would not like to set a FIXED size for the height.