Home Forums Trusted Pro Blog Layout

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6003
    Phillip Allen
    Participant

    Having a rough time with our blog layout.  See https://dev.globaldisciples.org/news-stories/ first of all the images are too large but the theme seems to be calling for the WP-large image size. Also there is not excerpt. Thoughts?

    #6004
    Andy
    Keymaster

    Yes, when using the stacked/list (i.e. not the masonry/columns layout) layout, this is the design of the theme to use the large image size, as each post is full width.

    You could make the images smaller with some Additional CSS like so:

    article .entry-figure img {
    width: auto;
    max-height: 300px;
    }

    If the excerpt is missing, make sure that you have not selected the ‘Do not show: Excerpt’ option in Customize > Blog Options > Index, Archive and Search (see attached image below)

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Blog Layout’ is closed to new replies.