Making photos wide on multiple post pages

  • How can I make the photos wide on the multiple post pages?

    I’ve tried to not put any widgets on the multiple post page, but the featured photo keeps on showing up on the left corner of each post.

    Is there any way to get rid of that featured photo on the top left corner?

    However, I also need the featured photo to show on the grid on my home page.

    Any information will be greatly appreciated.

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

  • You can hide the featured thumbnail image on multiple post pages with a bit of custom CSS; this requires you have the Custom Design upgrade.

    .multiple .entry-thumbnail { display: none; }

    If your post has a featured image set, it should show in the featured posts grid on the home page.

  • The topic ‘Making photos wide on multiple post pages’ is closed to new replies.