There is only one widget in my case
I think this is because of this code in side bar, it is using this div and class in any case if the sidebar is active
<?php if( is_active_sidebar(‘sidebar-primary’) ) : ?>
<div class=”sidebar-section-right”>
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘sidebar-primary’) ) : ?>
<?php endif;?>
</div>
<?php endif; ?>