Created
August 21, 2025 07:41
-
-
Save railmedia/cb5aa946511caf1ef2aec3bfe3aa3c21 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jQuery(function(){ | |
| if (jQuery(window).scrollTop() > 0) { | |
| jQuery('header.et-l--header .et_builder_inner_content').addClass('has_et_pb_sticky'); | |
| jQuery('header.et-l--header .et_builder_inner_content').find('.et_pb_section:first-child').attr('class', 'et_pb_section et_pb_section_0_tb_header et_pb_sticky_module et_pb_with_background et_section_regular et_pb_section--with-menu et_pb_sticky et_pb_sticky--top'); | |
| } | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment