• musecology

    (@musecology)


    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

    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

    (@bensibley)

    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 (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.