Create link to accordion

I have a button that is supposed to link to some text in an accordion but will not work. The text i the accordion is actually a global block, The button in question is called “Details” and it should link to the Gun Laws accordion.

It actually works when in full page mode, its just when I try it on small screens that it will not link to the same text. Maybe because the ID is used twice on the same page (as a global block)?

Hi There,

I could only see one #ny-details ID on that page and it’s hidden on the small screen size as well.

Please note that the scrollTop is based on the visibility and if you have it hidden, using display: none; it is not available in the viewport, so it won’t work as expected.

Regards!

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