• Resolved jordimopi

    (@jordimopi)


    Hi.
    I don’t know if because of the template or for what reason, the courses are presented to me one below the other with a single course.

    I would like to know if it is by css or how since I have no idea of ​​CSS, how to have courses in 3 or 4 columns, to be more visual and elegant

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

    (@drawmyface)

    Hi there

    You will need some CSS to arrange the courses into columns, 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.

    Plugin Author Donna Peplinskie (a11n)

    (@donnapep)

    Hi,

    You can achieve a 3-column layout 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 ‘products in columns’ is closed to new replies.