Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18923
    Kenneth
    Member

    Hi,
    I’m having trouble figuring out the CSS to resize the the recent posts on my homepage. I would like for them to be about 50% the size they currently are. Any insight would be greatly appreciated

    My site
    http://mywebbedreviews.com/

    #18929
    Sakin
    Keymaster

    @Kenneth: I am bit confused about your question.
    You can change the width as per you need.

    @media screen and (min-width: 961px) {
    .home #content { width: 58.4%; }
    }
    #18956
    Kenneth
    Member

    Hi Sakin,
    To better clarify, I was hoping to have each new post (specifically) the featured image to take up less space. Perhaps by making the image 50% the height of what it is in the post.

    I’ve tried the code above as well but it’s not having the desired effect.

    #18979
    Sakin
    Keymaster

    @Kenneth: For that either you need to build child theme and edit the functions, which is bit complicated and you need to hire customizer. But there is one way, you can just upload the Small Size image in the “Featured Image” section then it will be fine. Like you have done in “New Section” post mywebbedreviews.com/new-section

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘sizing recent posts on homepage’ is closed to new replies.