XF 2.0 Mobile Conditional?

Sal Collaziano

Well-known member
Is there a way to more or less say, "If mobile device detected, don't display this"? I imagine it would/could work via screen resolution... I have a widget that I'm displaying only to guests and I want to prevent it from being displayed on mobile devices...
 
In extra.less. @your-responsive-key is usually @xf-responsiveMedium or @xf-responsiveNarrow, unless your style modifies that. You can use a hardcoded value aswell.
You could put into your widget aswell if its a HTML widget. You will need to wrap it in xf:css tags then.
 
Top Bottom