Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi ,

    Hope you’re doing well today ??

    CoursePress uses default Archive template from the theme so it depends on how Sequential theme has it’s archive laid out.

    You could try changing the width with some CSS and this should help you get started:

    .post-type-archive-course article.course {
        width: 50%;
        float: left;
        padding: 0;
    }

    If the theme doesn’t have custom CSS field, then you may wish to use a child theme or a plugin like this one for this additional CSS. That way you’re protected when you come to upgrade.

    Cheers,
    Predrag

    Thread Starter Kunal

    (@kunalnc17)

    is it possible to use the archives template in the course press theme to display my courses as if not grid that also looks good

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Coursepress course archives in grid form’ is closed to new replies.