EduardET

Untitled

Jun 13th, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. (function ($) {
  3.     $(document).ready(function () {
  4.         if ($("body").hasClass('page-id-66')) {
  5.             $("body").removeClass('et_fixed_nav');
  6.             $("#page-container").css({
  7.                 'padding-top': 0,
  8.                 'margin-top': 0
  9.             });
  10.             $("#main-header").css('top', 0);
  11.         }
  12.     });
  13. })(jQuery);
  14. </script>
Advertisement
Add Comment
Please, Sign In to add comment