Title: featured image problems
Last modified: August 30, 2016

---

# featured image problems

 *  Resolved [Lauramars77](https://wordpress.org/support/users/lauramars77/)
 * (@lauramars77)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/featured-image-problems-4/)
 * Hi
 * I need some help sorting the featured image it appears on the posts page list&
   on the post itself to the left side only.
 * Can the image be centred? If so how?
 * Also in my previous theme the featured image only appeared on the blog page itself
   not on the post. Is there also a way of switching it off? so it doesn’t appear
   in the post?
 * Any help will be appreciated! Otherwise I will have to change theme again..
 * thanks
 * Laura

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/featured-image-problems-4/#post-6333987)
 * So we have 2 issues here.
 * 1. The Featured image appears left align: this is because the (previously) uploaded
   image size is smaller than theme’s featured image size which is 858px. So please
   make sure the image uploaded is bigger than 858px and also make sure the theme
   settings under single layout image size is set properly (set it as full or large
   if your media setting for large image size is equal or bigger than 858px.)
 * We can also put this in (via Custom CSS plugin) to make sure that featured image
   will center aligned regardless of its size.
 *     ```
       .post-image { text-align: center; }
       ```
   
 * 2. We can apply CSS display none to the featured image in single post page, so
   it will be visible only on post lisTing page and not on single post page.
 *     ```
       .single-post .post-image { display: none; }
       ```
   
 *  Thread Starter [Lauramars77](https://wordpress.org/support/users/lauramars77/)
 * (@lauramars77)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/featured-image-problems-4/#post-6334038)
 * Hi Paul
 * Many thanks! Both suggestions worked perfectly! Solves this problem so far, also
   good to find out about Custom CSS plugin which is really useful for someone like
   myself who knows nothing about code & very nervous altering any CSS!
 * best regards
 * Laura

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘featured image problems’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/themify-base/1.2.4/screenshot.
   png)
 * Themify Base
 * [Support Threads](https://wordpress.org/support/theme/themify-base/)
 * [Active Topics](https://wordpress.org/support/theme/themify-base/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/themify-base/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/themify-base/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Lauramars77](https://wordpress.org/support/users/lauramars77/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/featured-image-problems-4/#post-6334038)
 * Status: resolved