• Resolved Rachellee321

    (@rachellee321)


    Hi! I am trying to reduce the height of the featured image size on full-width templates, but I can’t for the life of me find the code for it. How do I go about doing this?

    Thanks!

    Site: http://www.ohthatrachel.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi, since you are talking about full-width templates, I’ve assumed you only want to reduce the height on pages, and not on posts, so I’ve targeted pages only with the following.The following should not however, shorten the image on your home page, just on other static pages, and on portfolio pages.

    .page .entry-thumbnail {
        overflow: hidden;
        max-height: 300px;
    }

    Thread Starter Rachellee321

    (@rachellee321)

    Beautiful! Thank you so much.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    You are welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing featured image size on full-width template pages’ is closed to new replies.