Archived topic
Restrict Sections from showing in Mobile View
1 reply · Started by Jamie Garringer on May 1, 2018
I have been using WP Mobile Detect to restrict items from showing on certain views (not on phone, tablet for example). I would like a better option. I'm not the best coder, so could someone help me with this? Basically, I would like to restrict one section from view on phone. Or have help with restricting an image.
I promise to buy a coffee for help with this...it's been bugging me forever and I'm tired of trying to figure it out on my own.
Hi there,
You can give items this class to hide them on mobile: hide-on-mobile
So if you have an image: <img src="YOUR IMAGE URL" class="hide-on-mobile" />
Or a div: <div class="my-div hide-on-mobile">My text</div>
Let me know if you need more info :)