• Resolved sec55

    (@sec55)


    We want to set up our Posts page like the one below:

    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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    (@sec55)

    Thanks. What about showing the categories there?

    Thread Starter sec55

    (@sec55)

    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.