• Hey there, so I spent all night coding up a template for my site. You can see it at http://www.riseabuv.com/blog

    The issue is, the sidebar seems to move down with the first post. If there is only one post on the page, it stays up at the top where it’s supposed to be, but not where there is 2 or more. If anyone could help me figure out why it is doing this, that would be great.

    I apologize if you try to use the links at the top of the page, I have not gotten to make them yet.

Viewing 2 replies - 1 through 2 (of 2 total)
  • you should put your posts in their own wrapper div.

    now:

    content
      post
      post
      post
      sidebar
    end content

    should be:

    content
      wrapper
        post
        post
        post
      end wrapper
      sidebar
    end content

    Peter

    Thread Starter Vinxy

    (@vinxy)

    Thank you for the response, pboosten.

    Sadly, still a no go it seems. I added one called left-column but it still seems to be carrying it down. I checked to see if there were any extra tags (i think they’re called? like </div> and whatnot) which there seemed to be but that didn’t do it either. Any other ideas?

    EDIT – Nevermind, i put a . instead of a # in the stylesheet which is why the div never got the information which apparently fixed it. I guess that’s what a lack of sleep does to you haha. Anyway, thank you very much for your help, pboosten. I extremely appreciate it.

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

The topic ‘Sidebar moves with first Post’ is closed to new replies.