Joomla Main
/home/username/public_html/components/com_content/views/article/tmpl/default.php
About Line: 27
Change this:
<div class="article-details <?php echo $this->pageclass_sfx; ?>" >
To this:
<div class="article-details <?php echo $this->pageclass_sfx; ?>">
=====================================================================================
Joomla Template
/home/username/public_html/templates/shaper_helixultimate/html/com_content/article/default.php
About Line: 30
Change this:
<div class="article-details <?php echo $this->pageclass_sfx; ?>" >
To this:
<div class="article-details <?php echo $this->pageclass_sfx; ?>">