EduardET

Untitled

Jun 20th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. (function ($) {
  3.     $(document).ready(function () {
  4.         var first_section = $('.et_pb_section.et_pb_section_0.et_section_regular'),
  5.             insert_after = $('#main-content .container');
  6.         if ($('body').hasClass('blog')) {
  7.             first_section.detach();
  8.             insert_after.prepend(first_section);
  9.             first_section.wrap('<div class="et_pb_extra_column_main wpc-top-content"></div>');
  10.         }
  11.     });
  12. })(jQuery);
  13. </script>
Advertisement
Add Comment
Please, Sign In to add comment