bottom area..

Closed
Panagea - Hotel and Tours Booking WordPress Theme Panagea - Hotel and Tours Booking WordPress Theme January 22, 2019
Login to reply
HyunKi Kim
5 years ago

resolved.

thank you.

Kelly R Support Agent
5 years ago

Hi,

Please edit /footer.php file.

You can see following code.

<div class="row">
     <div class="col-lg-6 sidebar-footer-4">
      <?php if ( is_active_sidebar( 'sidebar-footer-4' ) ) : ?>
       <?php dynamic_sidebar( 'sidebar-footer-4' ); ?>
      <?php endif; ?>
     </div>
     <div class="col-lg-6 sidebar-footer-5">
      <?php if ( is_active_sidebar( 'sidebar-footer-5' ) ) : ?>
       <?php dynamic_sidebar( 'sidebar-footer-5' ); ?>
      <?php endif; ?>
     </div>
    </div>

Please change it to following

<div class="row">

     <div class="col-lg-12 sidebar-footer-5">
      <?php if ( is_active_sidebar( 'sidebar-footer-5' ) ) : ?>
       <?php dynamic_sidebar( 'sidebar-footer-5' ); ?>
      <?php endif; ?>
     </div>
    </div>

Regards, C-Themes

HyunKi Kim
5 years ago

Hi!

I don't use footer 4 area. Instead, I want to use only the footer 5 area in one column.

thank you!