Hi there, I was trying to put a modal menu on top right corner of my page (so external from the column) and searching in the forum I found this code that worked good:
$el {
position: fixed;
top: 50px;
right: 0px;
}
Unfortunately the problem is that is not showing any menu, see pic here attached.
What is the problem here? I followed the themeco.docs here: https://theme.co/docs/navigation-modal but it seems not working.
Please let me know.
Kind Regards
Flavio