Hello everyone
I’d like to add a help button to the pages of my website, represented by a question mark (?) in SVG format in my menu bar. When clicked, I want a full-page pop-up to appear showing a set of arrows pointing to different buttons, along with text explaining what they’re for. The background must be transparent so that these arrows overlay the background.
I’ve tried using a global modal window containing a single image with my arrows and text. It works very well, but the problem I’m facing is that it isn’t responsive. When the window is resized, the arrows no longer appear in the correct position.
Do you have any ideas or know of another way to achieve this?
Thanks