When you configured the related articles section to appear at the article bottom, it appears below the feedback section by default. You would want to move the related articles above the feedback section to enhance the user experience. Follow the below steps to move the related articles above the feedback section.

Solution

4_Screenshot-How_to_move_the_related_articles_above_the_feedback_section

  1. Go to SettingsKnowledge base siteCustom CSS & JavaScriptCustom JavaScript

  2. Paste the below CSS snippet in the window

window.onload = function () {
$(".content_block_text" ).append("<div class=\"sperator\"><hr></div>");
$('.related-articles-container').appendTo('.content_block_text') 
  
}
  1. Click Save

Outcome

1_Screenshot-Related_articles_location_change