Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- ( function( $ ) {
- $( document ).ready( function() {
- setTimeout( function() {
- var singlePostIcons = $( '.single .et_social_inline.et_social_mobile_on.et_social_inline_bottom' ),
- customText = $('#custom-text'),
- insertAfter = $( '.et_pb_section_0 .et_pb_row_0 .et_pb_column_2_3 > div:last-child' );
- singlePostIcons.detach();
- customText.detach();
- singlePostIcons.insertAfter( insertAfter );
- customText.insertAfter(singlePostIcons);
- }, 100 )
- } );
- } )( jQuery );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment