Moving mobile nav to open from the left
-
Topic
-
Hi Jason,
We’re trying to move the mobile navigation to open up from the left side of the screen instead of the right. I’ve added the following code to my functions file, but this causes the entire div.tb-mobile-menu-wrapper to be omitted from the HTML that is output. So, clicking on the hamburger icon doesn’t do anything.
/** * Slide mobile menu out from the left. */ function cfhh_js_locals( $locals ) { $locals['mobile_menu_location'] = 'left'; return $locals; } add_filter('themeblvd_js_locals', 'chff_js_locals');
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.