Blast Active member Nov 21, 2016 #1 I have a part of my template that I only want to show up on desktop devices, how can I do this?
P Paul B XenForo moderator Staff member Nov 21, 2016 #2 If you mean device, and not width, it would require JS to detect the device/browser. Otherwise, if you mean below a certain width, you can use a media query and display:none. https://xenforo.com/community/resources/responsive-design.2193/ Upvote 0 Downvote
If you mean device, and not width, it would require JS to detect the device/browser. Otherwise, if you mean below a certain width, you can use a media query and display:none. https://xenforo.com/community/resources/responsive-design.2193/