Tuesday, 3 May 2016

how to remove space before body class on magento

/app/code/core/Mage/Page/Block/Html.php  (Line number 157)

public function getBodyClass()
{
    return trim($this->_getData('body_class');
}

No comments:

Post a Comment