1. Create a folder "Course" in the child theme.
2. Copy the files : index.php from parent WPLMS theme into the child theme / course folder.
3. Download the file : course-loop.php from below link and upload it in the child theme / course folder.
course-loop.php : https://gist.github.com/MrVibe/31a271b05fdf64f7becf
4. Add this Custom CSS in child theme style.css :
#buddypress ul.course-cat {
display: inline-block;
width: 100%;
}
#buddypress ul.course-cat li { padding: 0 2px; float: left; display: inline-block; width: auto; border: none; clear: none; }