• Hello,
    I need some help because i can’t figure out how to center the feutured images of each posts. Is there a setting i can’t find or a css code i can use to center the images of all posts ? Present and future.
    Thank you

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Thanks for contacting us,

    For this edit your post and click the alignment link and change the alignment, you can also following the screenshot link – https://prnt.sc/1qhwnpq

    or

    Add the below css code in additional css filed

    .mg-blog-post-box > .img-fluid {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    Any confusion lets know

    Thanks

    Thread Starter nikosroussidis

    (@nikosroussidis)

    Hi,
    The settings of the screenshot are for media you add in the post, my problem is how to edit pictures that you add through the featured image option.
    But the css code works! Will that code be automatically applied to future posts too ?
    Thank you for you answer.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center Feutured Image’ is closed to new replies.