• Resolved Mohammed Alamy

    (@mohammedalamy)


    Thanks so much for this great theme,
    The featured images for posts in homepage on mobile look like so bad because the core of image always be hidden !!
    How can I make featured images as especially for mobile theme?
    thank you again for your support and effort

Viewing 1 replies (of 1 total)
  • Hi,

    This is a design of the theme.

    You can use some custom CSS to adapt this to your needs, like:

    @media only screen and (max-width: 680px) {
      .site .posts .hentry .entry-media {
        padding-bottom: 0;
      }
    
      .posts .entry-media .post-thumbnail {
        position: relative;
        top: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
      }
    }
    

    Regards,

    Oliver

Viewing 1 replies (of 1 total)
  • The topic ‘Featured Images on mobile’ is closed to new replies.