• Resolved neitham

    (@neitham)


    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

    (@bensibley)

    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

    (@neitham)

    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

    (@neitham)

    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

    (@bensibley)

    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

    (@neitham)

    Great! Many thanks!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Sidebar’ is closed to new replies.