• Hello !

    When I set a main picture in wordpress for an article, with the Donovan theme (standard, not customised) it always displays it on the left, exemples :

    [ redundant link removed ]

    I’d like these pictures to be centered.

    How can I do ? Could you please help me ?

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

    Hi there,

    Thanks so much for using Donovan.

    You can center the featured images with a short CSS snippet:

    .post-image {
        text-align: center;
    }

    Please copy the CSS snippet and insert it on Appearance > Customize > Additional CSS. If you need help with adding CSS, please also see https://themezee.com/docs/custom-css-code/

    Cheers,
    Thomas

Viewing 1 replies (of 1 total)
  • The topic ‘The main picture of an article displays on the left’ is closed to new replies.