• Resolved fridgedoctor

    (@fridgedoctor)


    Using Creativo theme. I previously had a similar issue with the sidebar content on my static pages starting about 1/3rd of the way down the page. I was given the following code to past in the custom css editor for the affected page:

    .page-id-169 .sidebar {
    top: 0;
    }

    I was wondering if there is a similar snippet I could add to my blog posts. I tried the obvious, changing page to post, and using the corresponding post id, but i was unable to save the dialog box for some reason.

    please advise, thank you

    Scott

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hey @fridgedoctor,

    Hope you’re well.

    Let me explain one thing to you; This is the Custom Sidebars forum and you can post here anything related to that plugin. If you want to change something about your sidebars style you should use the theme support/forum or any general forum.

    About your question; the post id definition should work like this for single posts;

    .postid-169 .sidebar {
    top: 0;
    }

    Cheers,
    Oguz

Viewing 1 replies (of 1 total)
  • The topic ‘How to align blog sidebar with top of main content’ is closed to new replies.