Home › Forums › WoodMart support forum › Mobile Sticky navbar doesn't work with using header from elementor pro › Reply To: Mobile Sticky navbar doesn't work with using header from elementor pro
October 26, 2020 at 12:17 pm
#236201
Artem Temos
Keymaster
Hello,
Try to add the following PHP code snippet to the child theme functions.php file to fix this
remove_action( 'woodmart_before_wp_footer', 'woodmart_sticky_toolbar_template' );
add_action( 'wp_footer', 'woodmart_sticky_toolbar_template' );
Kind Regards