EduardET

move monarch icons

Feb 6th, 2018
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.40 KB | None | 0 0
  1. <script>
  2. ( function( $ ) {
  3.     $( document ).ready( function() {
  4.         setTimeout( function() {
  5.             var singlePostIcons = $( '.single .et_social_inline.et_social_mobile_on.et_social_inline_bottom' ),
  6.                 insertAfter = $( '.wpc-insert-after' );
  7.             singlePostIcons.detach();
  8.             singlePostIcons.insertAfter( insertAfter );
  9.         }, 100 )
  10.     } );
  11. } )( jQuery );
  12. <script>
Advertisement
Add Comment
Please, Sign In to add comment