Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- ( function( $ ) {
- $( document ).ready( function() {
- $( window ).on( 'scroll', function() {
- if ( $( '#main-header' ).hasClass( 'et-fixed-header' ) ) {
- if ( $( 'body' ).hasClass( 'logged-in' ) ) {
- $( '#main-header' ).css( 'top', 32 );
- } else {
- $( '#main-header' ).css( 'top', 0 );
- }
- } else {
- $( '#main-header' ).css( 'top', 63 );
- }
- } )
- } );
- } )( jQuery );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment