OwlCyberSecurity - MANAGER
Edit File: loop-before-content.php
<?php /** * Course Loop End * * @package TutorLMS/Templates * @version 1.4.3 */ if ( ! defined( 'ABSPATH' ) ) { exit; } $edura_overide_sidebar_position = isset($_GET['sb'])? $_GET['sb']:'with_sidebar'; $shortcode_arg = isset($GLOBALS['tutor_shortcode_arg']) ? $GLOBALS['tutor_shortcode_arg']['column_per_row'] : null; $courseCols = $shortcode_arg===null ? tutor_utils()->get_option( 'courses_col_per_row', 3 ) : $shortcode_arg; if($edura_overide_sidebar_position == 'with_sidebar'){ echo '<div class="col-md-6 col-xl-4">'; }else{ echo '<div class="col-md-6 col-xl-3">'; }