For if you have a full menu with dropdowns (not a hamburglar menu) and the dropdown is going off the screen.
- Make a Menu
- Give the menu the ID of upmenu under Advanced
- Put this code in site CSS (under the hamburglar)
#upmenu .elementor-nav-menu--dropdown { top: -155px!important; }
#upmenu .elementor-nav-menu--dropdown { transform-origin: bottom!important; }