solved Edit skin mobile design

alt=
@andrusito
10 years ago
302 posts
Hi there,

What's the way to edit the mobile design? I'd like to show/hide some things only when users are from mobile devices..

Does anyone know? thanks!
updated by @andrusito: 03/28/14 04:42:29AM
SteveX
SteveX
@ultrajam
10 years ago
2,584 posts
You could use the css media queries.


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
douglas
@douglas
10 years ago
2,790 posts
You can also use an if statement, something like this:

{if jrCore_is_mobile_device() || jrCore_is_tablet_device()}
Only show to mobile and tablets...
{/if}

Hope this helps,
Douglas


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
alt=
@andrusito
10 years ago
302 posts
Excellent!

I'll try that.

Thanks

Tags