The Ratings section displays in the footer of your articles.
If you'd like to move it around:
- Go to Customize > Style (Custom HTML & CSS).
- In the Customize HTML, CSS, and JS section, select Custom HTML.
- Select Article from the Select HTML section to edit dropdown.
- The
[template("ratings")]merge code sets where the ratings section displays. It's usually on or around row 19 of Article Custom HTML: - Move the template merge code where you'd like the Ratings section to appear.
- Be sure to Save your changes.