Mobile menu issue
-
Mobile menu jumping to the right when opened, only half is visible. When I thought I had fixed it, the scroll bar had disappeared.
Found a solution. Put in your @media query:
.mobile-menu-active #page { left: -70% !important; }
#smobilemenu { height: calc(100vh - 1px); overflow: auto !important; }
- The topic ‘Mobile menu issue’ is closed to new replies.