• Is there a way of making the thumbnail for the first post larger than the others? I tried

    .post:nth-of-type(odd):first-child{
    width:100%;
    height:100px;
    }

    but that just made everything else really weird.

    Regards,
    Maria

  • The topic ‘Bigger featured image’ is closed to new replies.