[Resolved] Can I customize the mobile view?

Home Forums Support [Resolved] Can I customize the mobile view?

Home Forums Support Can I customize the mobile view?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #136240
    Nam Nguyen

    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

    #136277
    Tom
    Lead Developer
    Lead Developer

    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 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.