• Resolved nisaanwaar

    (@nisaanwaar)


    The featured image of post appears half on homepage when viewed from mobile.
    I tried the fix in previour related query :
    @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;
    }
    }

    But this didn’t change anything
    Is there any other way to display full featured image on mobile?
    P.S When i inspect element on my web and use mobile view the iamges look fine, but they are not fine when viewed from actual mobil device

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Half image on mobile’ is closed to new replies.