• oscarzero

    (@oscarzero)


    Hi Richie, When this theme goes into responsive/mobile mode the images for each of the main featured categories are full width but have a very restricted height so almost all of the top and bottom of the image is cropped. Is there a way to extent the height of these images?

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

    (@rkcorp)

    try add this to theme option->custom css

    @media only screen and (min-width:280px) and (max-width:750px){
    #custom .post-thumb { height:auto !important; }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Extend height for images on Responsive version’ is closed to new replies.