Your IP : 216.73.216.95


Current Path : /var/www/html/soar-backup/wp-content/themes/NativeChurch/js/
Upload File :
Current File : /var/www/html/soar-backup/wp-content/themes/NativeChurch/js/sticky.js

  jQuery(function($) {
  $(document).ready(function() {
        if ($(window).width() > 992) {
            $(".main-menu-wrapper").sticky({topSpacing: 0});
        }
        if ($(window).width() > 992 && $('.body').hasClass('header-style4')) {
            $(".site-header").sticky({topSpacing: 0});
        }
    }
   );
  })