How do I alter an image size in mobile view?
How do i alter an image widget size in mobile view only using the mobile CSS styles box. I have used this CSS /* Adjust thumbnail size on mobile */ @media only screen and (min-width: 800px) { img.thumbnail { height:…