Home Forums Theme support post images extra large

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 10 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • The images in my blog post are really large. It doesn’t matter what size I put in it, they default to 800px or more. The images are the post ‘featured’ image. Where can I go to reduce the size?

    Hi,

    great pictures in your blog, really amazing! You can fix the problem with a CSS code. Please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Cotnent and add this:

    .index-item-img img, .category-item-img img {
    width:auto;
    }

    Normally the width is 100%, so the images are stretched if they are to small to fix the blog post entry.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.