PulseTile/PulseTile-React-Core

Menu button not functioning in mobile view

Closed this issue · 5 comments

See above

This issue occurred because Core code had a condition which hide Sidebar menu in mobile mode (when screen width less than 768 px).

It was enough to remove this condition

Menu is opened:
mobile-1.png

Menu is closed:
mobile-2.png

@BogdanScherban has this been applied and tested in the Helm theme too please?

Phil, sidebar menu functionality is located in Core, and it will work with any theme

yes, we've tested it in Helm

that PR fixes #232