/* -- START blog module grid styling -- */
/* Fixed title height */
.hws-limit-blog-excerpt .entry-title {
height: 3em;
}
/* Limit excerpt length */
.hws-limit-blog-excerpt .post-content p {
display: block;
height: 13em;
overflow: hidden;
}
/* -- END limit excerpt length in blog module -- */
Code language: CSS (css)Blog: fix grid and excerpt height
Last updated:
Categories: Blog Module