• Resolved guillem77

    (@guillem77)


    Hello,

    I have a doubt about how the courses are displayed. Is there any way to place them in a grid or columns.

    Either with some shorcode, through code, or via CSS.

    Any clue would be of great help.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Dan (a11n)

    (@drawmyface)

    Hi there

    You would need some CSS code to display courses in a grid, but I’m afraid this is beyond the scope of the support we can offer here. You may want to consider hiring someone so that you can give them direct access to the site for a far more efficient fix than we can provide here.

    Please try https://jobs.wordpress.net/ or https://jetpack.pro/ if you need help.

    We will keep this thread open, in case someone from the community is willing to provide further help here for free.

    Hi,

    You can achieve a 3-column layout, for example, by adding some custom code:

    add_filter( 'sensei_course_loop_number_of_columns', function () {
      return 3; // 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 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Courses columns or grid’ is closed to new replies.