Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #526698

    Hi, as you can see in the URL, the feature image takes the full width of the page and it’s just feels too big. How can I make it smaller so it will fit the width of the post content below?

    Thanks.

    #526839

    Hi DROR!

    Please add following code to Quick CSS

    .single .big-preview.single-big {
        max-width: 600px;
        margin: auto;
    }

    Best regards,
    Yigit

    #526903

    Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to make the feature image in a single post fit the width of the content’ is closed to new replies.