• as per your earlier instruction i have pasted the following in custom.css

    #post-entry div.post-thumb.in-archive {width: 100px;border: solid;}
    #post-entry article .post-right {margin: 0px 0px 0px 120px;}

    it solved my problems . the featured images are of desiered size in PC/ laptop . buit when i am going to open my site in mobile the featured images are of larger sizes .. What to do ? Thanx in advance 🙂 🙂
    my site http://www.swapnapuron.com.

Viewing 1 replies (of 1 total)
  • Theme Author Richie KS

    (@rkcorp)

    try replace with this code instead

    @media only screen and (min-width:768px) and (max-width:9999px) {
    #post-entry div.post-thumb.in-archive {width: 100px;border: solid;}
    #post-entry article .post-right {margin: 0px 0px 0px 120px;}
    }

Viewing 1 replies (of 1 total)
  • The topic ‘featured image problems in MOBILE’ is closed to new replies.