BuddyBoss Home – Web Support Forums Plugins BuddyPress User Blog Change shape and dimension of featured image in listing

Viewing 3 posts - 1 through 3 (of 3 total)
  • Question

    #61914
    @kaypitre

    Hi there,

    Is there a way to change the CSS so that the featured image shown in the blog post listing for a user to be a different size and shape? For example 200px X 105px ?

    Thanks,

    Kay

    Answers

    #62966

    Anonymous
    @

    Hi @kaypitre, Please add this css code inside your theme’s custom css option

    
    .sap-post-container .post-featured-image {
        margin-right: 35px;
        width: 200px;
    }
    

    Regards

    #63090
    @kaypitre

    This helps increase the relative size, however I was hoping that we could keep the original ratio of the image. That way nothing is cut off when displaying it.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘Change shape and dimension of featured image in listing’ is closed to new replies.