• Hi
    On the blog page of my website, the featured image of every entry show op enourmously. I would prefer to have a smaller preview and have the title and beginning of the text next to it on the right instead of only seeing a giant image when entering the site.
    I don`t see any possibilities to modify the way the blog entries show up.
    Can you please help me?
    Thank you so much!
    Anna

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

Viewing 1 replies (of 1 total)
  • Hi @annaschimpf

    Please go to Appearance >> Customize >> Additional CSS and add following CSS

    .blog #content .featured-thumb.post-thumbnail {
        width: 30%!important;
    }
    .blog #content .content-wrap {
        width: 70%!important;
        padding-left: 40px;
    }

    Hope it will work as you wish.

Viewing 1 replies (of 1 total)
  • The topic ‘Featured image size on blog page’ is closed to new replies.