• Resolved Jerry

    (@jierry)


    The featured image (of one of my articles), both in my blog and within the post, is left-aligned by default. How do I align it to the centre for both?

    • This topic was modified 4 years, 7 months ago by Jerry.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Could you please share your site so I can have a look?

    Regards,
    Rodica

    Thread Starter Jerry

    (@jierry)

    The name of the website is framedventures.com. I don’t think you can access the site as it is not online yet since I am still working on my first post. Let me know what to do in this case.

    Hi,

    You can add this code in Appearance > Customize > Additional CSS:

    .nv-thumb-wrap img, .nv-post-thumbnail-wrap img {
            display: block !important;
      	margin-left: auto !important;
      	margin-right: auto !important;
    }

    Regards,
    Rodica

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured Image alignment issue’ is closed to new replies.