How to make featured image and post content match

  • Unknown's avatar

    I would like to know how to either resize the featured image or realign the post content on my blog to match each other’s width. Can anyone help with this? I’m using the twenty fifteen theme.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi davidboglin

    Try this line of custom CSS to reduce the padding around your text.

    I have left a tiny bit of padding so that there is a bit of space on the edges for smaller screen sizes.

    .entry-content {
        padding: .5em;
    }

    To add custom CSS

    Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.

    You need to be on the WordPress.com Premium Plan for custom CSS to save.

  • The topic ‘How to make featured image and post content match’ is closed to new replies.