[Resolved] Featured image size in post

Home Forums Support [Resolved] Featured image size in post

Home Forums Support Featured image size in post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #164898
    Mark

    Hi, you recently gave me the following CSS to make the page header image fill the container:

    .separate-containers .inside-article .page-header-image {
    margin: -50px -50px 50px -50px;
    }

    How can I get the featured image in posts to fill the container in the same way?

    It currently sits like this: http://marandall.com/uncategorized/the-revenant-film-review/

    But I want it to sit in the container like this: http://marandall.com/lectures/

    #164939
    Tom
    Lead Developer
    Lead Developer

    This would be your full code to do both:

    .separate-containers .inside-article .page-header-image,
    .separate-containers .inside-article .page-header-image-single {
        margin: -50px -50px 50px -50px;
    }
    #165004
    Mark

    Brilliant, thank you ๐Ÿ˜‰

    #165082
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.