• I was wondering if there is anyway I could match up the excerpt length to the size of my image. For example, on the first post, I find there is too little text for the size of the image. Here is the link to my blog:

    http://absoulutelyanna.com/

    If there isn’t an easy way, is there a way I can figure out the right size image to set as my featured image?

Viewing 1 replies (of 1 total)
  • You can try with css (in style.css Line number :758) add below code

    .post-image.entry-image {
        margin-bottom: 10px;
        margin-top: 12px;
        max-width: 15%;
        width: 100%;
    }

    Try implement in child theme

Viewing 1 replies (of 1 total)
  • The topic ‘Proportional Excerpt length’ is closed to new replies.