Change the location of the Ratings section

The Ratings section displays in the footer of your articles.

If you'd like to move it around, head to Customize > Style (Custom HTML & CSS) > Customize HTML, CSS, and JS > Custom HTML > Article. The [template("ratings")] merge code sets where the ratings section displays. It's usually on or around row 19 of Article Custom HTML:

    <div class="hg-article-footer clear-both">
        <div class="ko-related-articles text-center">
            <h3>[translation("article:related-articles-heading")]</h3>
            [template("related")]
        </div>
        [template("rating")]
        [template("comments")]
    </div>
</div> 

Move the template merge code where you'd like the Ratings section to appear and then Save.