How to move the related articles above the feedback section?
- 03 Aug 2022
- 1 Minuto para leer
-
Colaboradores
-
Impresión
-
OscuroLigero
-
PDF
How to move the related articles above the feedback section?
- Actualizado en 03 Aug 2022
- 1 Minuto para leer
-
Colaboradores
-
Impresión
-
OscuroLigero
-
PDF
There is no Spanish content available for this article, You are viewing the fallback version (English).
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
- Go to Settings → Knowledge base site → Custom CSS & JavaScript → Custom JavaScript
- 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')
}
- Click Save
Outcome
¿Te ha sido útil este artículo?