thunderup Active member Sep 23, 2014 #1 Is there no way to use a conditional for a link so that it only displays on a mobile / responsive basis? I basically want to add an Inbox and Alerts link to a section of the menu for mobile devices only.
Is there no way to use a conditional for a link so that it only displays on a mobile / responsive basis? I basically want to add an Inbox and Alerts link to a section of the menu for mobile devices only.
P Paul B XenForo moderator Staff member Sep 23, 2014 #2 Use a media query and display none: https://xenforo.com/community/resources/responsive-design.2193/ Note that media queries relate to the browser width, not the device type. Upvote 0 Downvote
Use a media query and display none: https://xenforo.com/community/resources/responsive-design.2193/ Note that media queries relate to the browser width, not the device type.