Limit Entry Height in WordPress

Limit Entry Height in WordPress

Without limiting the height of blog entry in blog list, the blog list page displays whole blog document.

To limit the height, add following code in Appearance -> Customize -> Additional CSS

.wpbstarter-blog-list .entry-content {
    height: 200px;
    overflow: auto;
}

Leave a Reply

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

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>


The reCAPTCHA verification period has expired. Please reload the page.