• Resolved MarcosFerraz

    (@marcosferraz)


    Please, is there a way to align the post’s featured image to the centre of the post itself?
    Also, as you can see following the link above, it is above the Post’s title. How do I place it under the title?
    Is there a plugin to do it?
    I am a simple user and do not have experience with CSS coding though…
    Thank you for your help!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author ThemeZee

    (@themezee)

    Hello Marcos,

    Thanks so much for using Donovan.

    You have to upload a larger featured image so it fills out the whole content area. Then the left alignment is generally not an issue.

    If you want to use too small images and center them, you can do so with this CSS snippet:

    .wp-post-image {
        display: flex;
    }

    The position of the featured image can’t be changed. You have to manually modificate the theme template files with a child theme if you really need that.

    Best,
    Thomas

Viewing 1 replies (of 1 total)
  • The topic ‘Featured Image alignment within the Post’ is closed to new replies.