Viewing 1 replies (of 1 total)
  • Hello,

    While there isn’t a Sensei LMS setting for that, you can achieve a 2-column layout by adding some custom code:

    add_filter( 'sensei_course_loop_number_of_columns', function () {
      return 2; // Change to whatever number of columns you want.
    } );

    You can add the above code using the Code Snippets plugin.

    Depending on your theme, it’s possible that it may require a few CSS tweaks.

Viewing 1 replies (of 1 total)

The topic ‘grid courses’ is closed to new replies.