Title: sidebar on left
Last modified: August 31, 2016

---

# sidebar on left

 *  [kohkahhuat](https://wordpress.org/support/users/kohkahhuat/)
 * (@kohkahhuat)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/sidebar-on-left-1/)
 * 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)

 *  [rickykpg](https://wordpress.org/support/users/rickykpg/)
 * (@rickykpg)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/sidebar-on-left-1/#post-7167277)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/ascent/3.8.9/screenshot.png)
 * Ascent
 * [Support Threads](https://wordpress.org/support/theme/ascent/)
 * [Active Topics](https://wordpress.org/support/theme/ascent/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/ascent/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/ascent/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [rickykpg](https://wordpress.org/support/users/rickykpg/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/sidebar-on-left-1/#post-7167277)
 * Status: not resolved