Home › Forums › WoodMart support forum › Mobile – menus collapse when scrolling › Reply To: Mobile – menus collapse when scrolling
May 21, 2021 at 12:42 pm
#294383

Eric Watson
Participant
Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_filter( 'woodmart_clear_menu_offsets_on_resize', '__return_false' );