Re-position footer wide

Viewing 2 posts - 1 through 2 (of 2 total)
  • #17835
    stephanedn
    Participant

    Hi,

    Have been using your theme for some time and I really like it !

    One question I am having now is that I would like to re-position “footer wide” below “footer”…
    Can I easily do this and what happens if the theme gets updated ?

    Thanks in advance.

    Stephane

    #17843
    Daniel Tara
    Keymaster

    Open footer.php and move this code:

    <?php if( is_front_page() || is_page_template( 'template-landing-page.php' ) || ( is_home() && ! is_paged() ) ) : ?>
    	<?php get_sidebar( 'footer-wide' ); ?>
    <?php endif; ?>

    right after </div><!-- #footer -->

    If you don’t want to lose your changes you can make a child theme.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.