Okay
  Print

Adding social shares in pages - Modernize

Go to page.php on line about 184-185 and put this code

echo "<div class="social-share-title gdl-link-title gdl-title" style="margin-left: 10px; margin-top: 40px;">";
echo "<h3>Social Shares</h3>";
include_social_shares();
echo "</div>";
echo "<div class="clear"></div>";

So you'll see this.