• Hi,

    I would like to remove the side bar on my page. How do I do this?

    Also, is there a way to add a Facebook/ instagram feed in my footers where people can just hit the like/ follow button? My Facebook and instagram buttons just give them the option to share.

    Thank you for your help!

Viewing 1 replies (of 1 total)
  • Hello there.

    You will need to create a child theme and copy over the index.php, single.php and footer.php.

    In the first two you change this
    <div class="col-md-8">
    to
    <div class="col-xs-12">
    and delete this

    <div class="col-md-4">
    		<?php get_sidebar(); ?>
    	</div>

    this will remove the sidebar.

    In the footer.php you can paste any code given to you by facebook in order to implement a follow button.

Viewing 1 replies (of 1 total)
  • The topic ‘Side Bar and Facebook/ instagram feeds’ is closed to new replies.