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:

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