Meny and hidden material

Hi.
I am working on skagenfiber.no
I have one section that is only visible on mobile devices and I was wondering if it possible to create anchor links that are valid only on mobile devices?
What I would like to accomplish is

  1. The main menu contains anchor links to the section that is visible on desktops
  2. The main menu contains anchor links to the section that is visible on mobile devices.

If I use the same anchor links in the main menu to both the desktop and mobile sections - how does that work?

Tomas

Hi Tomas,

You need to set your visibility to your row element instead of your section element.

So you will only have one section that has the ID that you link to
and two rows, one visible in mobile only and the other one that is visible in desktop only

That way your section will be visible always in mobile and desktop and link will always work.

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.