Hey!
I’d like to place a interactive button with hover-over dropdown menu (using Event/onMouseIn to make a content box appear) in my header next to my navigation menu.
My navigation menu is placed slightly outside the gridlines as I want it to be placed on the far left of the page therefore I have selected the navigation bar to be stretched to the full width. When I simply attach and place the button into the header, then the fully stretched navigation menu is fixed in place, however when I change the width of my browser window, the button alone is not fixed and moves into the navigation menu.
I tried to pin the button to the page, however then it disappears outside of the header - falls behind it - and I’m not able to click it anymore.
Is there any way I can fix the button or any other element in the header so I can allocate the drop down menu via “on Mouse In” effect, so the button will stay on the correct position also for users using different screen sizes?