Title: Sidebar on posts
Last modified: August 24, 2016

---

# Sidebar on posts

 *  [musecology](https://wordpress.org/support/users/musecology/)
 * (@musecology)
 * [11 years ago](https://wordpress.org/support/topic/sidebar-on-posts/)
 * Hiya.
    Awesome theme – thank you : )
 * A while ago I needed to remove the sidebar from pages as per clients request.
   I managed to do this as well as increase the content width.
 * But now I need to have the sidebar re-instated on the right hand side of my posts(
   not pages). Is there any way to do this?
 * I can’t remember what I did the .css / .php code so am unable to fix it – I have
   tried and tried!
 * [Here is a link to the site](http://www.tania-magdalene.com/)
 * Many thanks : )
 * P.S. Please dont judge me based on the content of this site – I don’t really 
   agree with the style or content.

Viewing 1 replies (of 1 total)

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years ago](https://wordpress.org/support/topic/sidebar-on-posts/#post-6120218)
 * Thanks for using Tracks!
 * The following CSS will move the categories/tags sidebar from the left side to
   the right side of the content:
 *     ```
       .entry-meta-bottom.float .entry-categories,
       .entry-meta-bottom.float .entry-tags {
         text-align: left;
         left: auto;
         right: 5%;
       }
       ```
   
 * I think you’ll also really like the [Tracks CSS Snippets Collection](https://www.competethemes.com/tracks-css-snippets-collection/)(
   that’s where I grabbed this snippet from). It has dozens of code snippets for
   tweaking and customizing Tracks.

Viewing 1 replies (of 1 total)

The topic ‘Sidebar on posts’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/sidebar-on-posts/#post-6120218)
 * Status: not resolved