Title: Sidebar
Last modified: January 18, 2019

---

# Sidebar

 *  Resolved [neitham](https://wordpress.org/support/users/neitham/)
 * (@neitham)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/sidebar-190/)
 * Hello,
    I am using TracksVersion: 1.67. How do I show the Tags and Categories
   in the Left Sidebar of Posts as in the Demo? Right now, the tags are below the
   post.

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

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/sidebar-190/#post-11105937)
 * Thanks for using Tracks!
 * This should happen automatically if there is enough vertical space. The tags 
   and categories might display below the post if the post content is very short
   like 1-2 sentences.
 *  Thread Starter [neitham](https://wordpress.org/support/users/neitham/)
 * (@neitham)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/sidebar-190/#post-11109125)
 * Got it. I added some dummy text and then the Tags and Categories are on the left.
   Thanks!
 * Any idea how many characters/words are needed for them to be displayed on the
   sidebar?
 *  Thread Starter [neitham](https://wordpress.org/support/users/neitham/)
 * (@neitham)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/sidebar-190/#post-11109242)
 * Is it possible to force the sidebar to be in the ‘left sidebar’ irrespective 
   of whether it has a specific amount of words/sentences?
 * Thanks!
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/sidebar-190/#post-11114189)
 * Try adding this CSS to the site:
 *     ```
       @media all and (min-width: 68.75em) {
   
         .entry-meta-bottom .entry-tags, .entry-meta-bottom .entry-categories {
           position: absolute;
           width: 16.66%;
           left: 0;
           top: 4.5em;
           text-align: right;
           padding-left: 5.55%;
         }
       }
       ```
   
 * Please copy & paste the code above into the “Additional CSS” section in the Customizer(
   Appearance > Customize), and it will take effect right away.
 *  Thread Starter [neitham](https://wordpress.org/support/users/neitham/)
 * (@neitham)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/sidebar-190/#post-11115449)
 * Great! Many thanks!
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/sidebar-190/#post-11117389)
 * You’re welcome 🙂

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

The topic ‘Sidebar’ 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/)

## Tags

 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)

 * 6 replies
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/sidebar-190/#post-11117389)
 * Status: resolved