File: /home/hanode/public_html/wp-content/themes/kingstore/templates/sidebar-right.php
<?php if ( is_active_sidebar('right') ):
$kingstore_right_span_class = 'col-lg-'.sw_options('sidebar_right_expand');
$kingstore_right_span_class .= ' col-md-'.sw_options('sidebar_right_expand_md');
$kingstore_right_span_class .= ' col-sm-'.sw_options('sidebar_right_expand_sm');
?>
<aside id="right" class="sidebar <?php echo esc_attr($kingstore_right_span_class); ?>">
<?php dynamic_sidebar('right'); ?>
</aside>
<?php endif; ?>