How do I alter an image size in mobile view?
By Laurie Mackintosh, 7 years ago. Last reply by Alex S, 7 years ago
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: 40px; max-width: 40px !important;} } It hasn’t made any difference.