• Dear Sir,

    How can I set sidebar to be on the left (default is on the right)?

    Thank you & regards,
    Koh, Kah Huat

Viewing 1 replies (of 1 total)
  • For pages you set the sidebar to be on the left, you’ll need to edit index.php, search.php and single.php to get the sidebar on the left.

    In those pages look for the following, it’s usually towards the bottom.

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

    That’s the code for the sidebar, place it above the following.

    <div class="col-sm-12 col-md-9">

    Your sidebar should be on the left side now.

Viewing 1 replies (of 1 total)
  • The topic ‘sidebar on left’ is closed to new replies.