• Resolved Lauramars77

    (@lauramars77)


    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)
  • 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

    (@lauramars77)

    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.