• sir ,
    in readline theme ,when we use it on phones it doesn’t show full feature image, it only shows the some middle part , so request you to fix it so that the it shows the full image then on the side/below the post heading
    https://prnt.sc/svp73p

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

Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi, to modify the height of the featured images on those screens, use the following additional css to modify it:

    
    @media only screen and (max-width: 1280px) {
    	.post-card .post-thumbnail-image { height: 260px; }
    }
    
    @media only screen and (max-width: 1024px) {
    	.post-card .post-thumbnail-image { height: 200px; }
    }
    
    @media only screen and (max-width: 719px) {
    	.post-card .post-thumbnail-image { height: 160px; }
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘fix image size in mobile site’ is closed to new replies.