Menu opens upward

This is further to this thread I opened: https://theme.co/apex/forum/t/menu-opens-upward-instead-of-downward/38220/11

The issue is also at the following menu:

Summary

https://lumenis.com/

How can we solve this? taking into account the previous css you provided for this fix in other location of the site?

Hi Amir,

This is a normal behaviour of the menu. To force it to open downward, you can add the code below in Theme Options > CSS

.x-masthead .x-menu .sub-menu.x-dropdown {
     bottom:auto;
     top:0;
}

Hope that helps

Thanks, seems to solve the issue.
Appreciate your quick help.

You’re welcome!
Thanks for letting us know that it has worked for you.

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