Archived topic
Can I customize the mobile view?
1 reply · Started by Nam Nguyen on September 12, 2015
Hi,
I'm wondering if I could customize the front page to display only elements that I want, ie. the mobile view for the front page would be different from the desktop view.
Regards
Nam
You can show/hide elements on mobile/desktop with a couple classes.
To hide an element on mobile, wrap it in this div: <div class="hide-on-mobile">Hidden on mobile content</div>
To hide an element on desktop, wrap it in this div: <div class="hide-on-desktop">Hidden on desktop content</div>
Let me know if you need more info :)
