Hide a specific image on mobile
-
How do I hide a specific image when a user visits on mobile?
The site in question uses a column on the homepage with an image to the left and copy to the right. On mobile, I don’t want the image to appear and I can’t figure it out.
I tried in adding in the “additional css:”
@media (max-width: 480px) { .hide { display:none; } }
and adding “hide” as an additional CSS class for the image in question. But it’s not working.
Any insight is really helpful, thanks.
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Hide a specific image on mobile’ is closed to new replies.