• Resolved Krzysiek555

    (@krzysiek555)


    Hello,

    If I use “left-sidebar” template on every single page it moves to the left on static pages but remains on right on the main (index.php) page. How to change it?

Viewing 1 replies (of 1 total)
  • Thread Starter Krzysiek555

    (@krzysiek555)

    I just self-answered that ;>

    To activate left-sidebar on main page (index.php) i changed this:
    <section id="primary" class="content-area col-md-8">
    to this:
    <div id="primary" class="content-area col-md-8 col-md-push-4">
    and also this:
    <?php get_sidebar(); ?>
    to this:
    <?php get_sidebar( 'left' ); ?>
    I hope it will help someone 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘How to activate left sidebar on main page (index.php)?’ is closed to new replies.