Title: Posts navbar on left?
Last modified: August 20, 2018

---

# Posts navbar on left?

 *  Resolved [sec55](https://wordpress.org/support/users/sec55/)
 * (@sec55)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/posts-navbar-on-left/)
 * We want to set up our Posts page like the one below:
 * [https://www.pcisynthesis.com/news/](https://www.pcisynthesis.com/news/)
 * There is a Posts navbar on the left that shows the different categories. How 
   can I do that with Sydney?
 * I would appreciate any help you can provide.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fposts-navbar-on-left%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/posts-navbar-on-left/#post-10608618)
 * Hello there,
 * By default sidebar is located at the right side. To move it to the left side,
   you can add this CSS code to your site’s additional CSS.
 *     ```
       @media only screen and (min-width: 992px) {
         #primary.col-md-9 {
           float: right;
         }
         #secondary.col-md-3 {
           float: left;
         }
       }
       ```
   
 * To manage its widgets to display, go to Appearance > Widgets.
 * Regards,
    Kharis
 *  Thread Starter [sec55](https://wordpress.org/support/users/sec55/)
 * (@sec55)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/posts-navbar-on-left/#post-10618632)
 * Thanks. What about showing the categories there?
 *  Thread Starter [sec55](https://wordpress.org/support/users/sec55/)
 * (@sec55)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/posts-navbar-on-left/#post-10628751)
 * I found the Categories widget and placed it in the sidebar. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Posts navbar on left?’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [sec55](https://wordpress.org/support/users/sec55/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/posts-navbar-on-left/#post-10628751)
 * Status: resolved