Hide Image on Mobile
Hi,
I would like to hide the red arrow image on my web page for mobile devices only. Could you please provide the code I need to use in order to do this? Thank you.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Kristin
The following custom CSS should do the trick for you
@media (max-width: 480px) { .wp-image-1612 { display:none; } }If you’d like the image to hide slightly earlier, then you can change the 480px value to something else.
Thanks Greg! That did it!
Great! Glad to hear it :)
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.