Hello Nadia,
Thanks for updating in!
You may use this code instead:
// =============================================================================
// Add social sharing right below the post title
function add_social_sharing_below_title() {
echo do_shortcode('[x_share title="Share this Post" facebook="true" twitter="true" google_plus="true" linkedin="true" pinterest="true" reddit="true" email="true"] class="mtl"');
}
add_action('x_after_the_content_begin', 'add_social_sharing_below_title');
// =============================================================================
If you want the sharing icons close enough below the titles, then you really have to do it using @Jade’s suggested solution.
Please let us know how it goes.