Home › Support › Themes Forum › Corporate Pro Hide menu bar on smartphone resolution
Tagged: Corporate Pro Menu bar
Hi,
On Coporate Pro I’d like to hide the menu bar when using portrait display on a smartphone.
Site is https://climatisationcannes.com
Thanks
Louis
I found a solution:
in theme-responsive.css changed line 112 from
.toggle{display:block;}
to
.toggle{display:none;}
LB