• Resolved diraph

    (@diraph)


    I want featured images added to the site to be automatically center-aligned instead of right-centered.

    On mobile phone it looks well but in desktop, its not really good.

    You can CLICK HERE to check out it looks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • add the code below to css filed (Theme Dashboard→appearance→customize)

    .mg-blog-post-box img
    {
    display:block;
    margin:auto;
    }

    • This reply was modified 4 years, 4 months ago by Tudor.
    • This reply was modified 4 years, 4 months ago by Tudor.
    Thread Starter diraph

    (@diraph)

    Oh, thanks a lot. This worked. Gracias

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make featured image in single post center’ is closed to new replies.