• Hi I am using the twenty thirteen theme and i am using the sidebar for facebook and twitter widgets and have set them to appear on one page only however because the sidebar is being used on one page it is sort of still there on all the others but invisible and has pushed all my content to the side on the other pages, is there a way to stop this happening and only have the sidebar on the one page?

    My site is http://www.revoelution.org.uk and the page i am using the widgets on is the News page.

    Thanks for any help

Viewing 8 replies - 1 through 8 (of 8 total)
  • Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    Hi there.

    What is the one page you have the widgets on, the home page?

    Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    Oh, I think I found it. The News page, correct?

    Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    Twentythirteen only has one template by default, there isn’t a full-width option. However, it looks like you have Jetpack installed and you can use it to add custom CSS to Twentythirteen.

    If you use it to add

    .sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
         padding: 0 0 0 60px;
    }
    
    .page-id-6 .entry-header, .page-id-6 .entry-content, .page-id-6 .entry-summary, .page-id-6 .entry-meta {
         padding:0 376px 0 60px
    }

    That should do the trick. Let me know if it doesn’t work.

    Thread Starter Russj347

    (@russj347)

    Thanks for the speedy reply, that has worked perfectly, thankyou very much for your help its really appreciated.

    Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    Awesome! Glad I could help.

    Thread Starter Russj347

    (@russj347)

    Hi again,

    Ive just added another widget in the sidebar which has now made the sidebar overlap the footer on the News Page – http://www.revoelution.org.uk/news/
    Is there any way to move the footer further down the page?

    Thanks.

    Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    That sidebar area, .site-main .sidebar-container has absolute positioning, so it doesn’t affect the containers around it.

    This is a little hack-y, but it’ll get the job done.

    .page-id-6 .site-main {
        min-height: 980px;
    }

    As you add more news, so the news grows longer than the sidebar, this wont be an issue.

    Thread Starter Russj347

    (@russj347)

    Hi,

    Thanks again for your help, that has worked fine and i see what you mean about adding more News.

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