Support » Theme: MH Newsdesk lite » Problem With Responsive Featured Images

  • Hi!

    Try to see my website in mobile version. The featured images in the frontpage seem awful(with grey gaps at the left and the right side). How can i fix this problem?

    Τhanx!

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

Viewing 1 replies (of 1 total)
  • Hello,

    To make the image cover entire width, first please update the thumbnail size and then regenerate all the thumbnails using a plugin such as https://wordpress.org/plugins/regenerate-thumbnails/. make sure that your thumbnails are wide enough as if they are smaller such as 250px, then you will see the grey bar.

    Next, add the following CSS to your website.

    @media only screen and (max-width: 767px)
    .content-list-thumb img {
        max-width: 180px;
        max-width: unset;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Problem With Responsive Featured Images’ is closed to new replies.