THIS TOPIC HAS BEEN SOLVED
Id like to PERMINANTLY hide the main menu and ONLY use the OFF CANVAS menu throughout the site.
How can i accomplish this?
I was looking at two things
1) Open Modules
2) MainMenu module
3) Advanced Tab
4) Under "Module Class Suffix add the following: hidden-lg hidden-md hidden-sm hidden-xs
I was also considered looking at the "variables.less" file and adjusting the section under
Media queries breakpoints
but im not sure what to do here.
@screen-xs: = how many px?
@screen-sm: = how many px?
@screen-md: = how many px?
@screen-lg: = how many px?
Once i adjust this .LESS file do i need to do something to the CSS file?