Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #222831

    I’m trying to center featured image inside post.

    I’ve found the following code on the forums:

    .big-preview.single-big{ text-align: center; }
    
    .big-preview.single-big a{ display: inline-block; }

    This works to center image in blog but not inside post.

    #222833

    Hey gmarco!

    Can you post the link to your single blog page?

    Cheers!
    Yigit

    #222835
    This reply has been marked as private.
    #222840

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .single-post .big-preview img { margin: auto; }

    Cheers!
    Yigit

    #222845

    Thank you :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Center featured image inside post’ is closed to new replies.