Home Forums Jorvik Featured Image: Too Big on Blog Page!

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6749
    retrolent
    Participant

    Love the theme, but I’m having an issue:  I want the featured images for my posts to appear on the main blog page (with all the posts) but then it comes up front and center and FILLS the entire screen on the blog posting itself.  How can I reduce the size of  Featured Image on the blog post (and/or have text flow around it) while still keeping it as a Featured Image so it will show up on the main page?  What am I missing?

    #6760
    Andy
    Keymaster

    There are a few different things you could try;

    1. upload smaller images

    2. set a maximum width for the featured image on single posts with this code added to ‘Customize’ > ‘Additional CSS’

    .single-post .post-thumbnail {
        maximum-width: 300px;
    }

    3. hide the featured image from view with the following Additional CSS, and then add an image to the post’s main content at any place you like within the post’s text.

    .single-post .post-thumbnail {
        display: none;
    }
    #7054
    Yazmin
    Keymaster

    Closing this topic and marking as resolved as no reply from OP after 2 months.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Featured Image: Too Big on Blog Page!’ is closed to new replies.