• Hello,

    i would like to ask you kindly how to change default size of the thumbnail photo. I woule like to have it wider. And also how to delete that frame around photo.

    Many thanks,

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

Viewing 1 replies (of 1 total)
  • Hi,

    If I got it right, you’d add the below CSS code to your website’s Additional CSS.

    
    .hentry .entry-thumbnail {
        border: none;
    }
    
    @media only screen and (min-width: 760px) {
      .hentry .entry-thumbnail {
        width: 290px;
      }
    }
    

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘Size of thumbnail photo’ is closed to new replies.