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

#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