• Resolved miocene22

    (@miocene22)


    Hey, I’m sure this is pretty simple CSS problem but on my site the sidebar widgets on the home page are pushed down a bit from the top. On all the other pages the sidebar is at the top where it should be.

    How can I fix the home page?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The sidebar is next to the last left floating post. You should wrap your posts in one div, floating left.

    now:

    content
      post
      post
      sidebar
    end content

    should be

    content
      wrap
        post
        post
      end wrap
      sidebar
    end content

    Peter

    Thread Starter miocene22

    (@miocene22)

    Thank you, thar sorted it!

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

The topic ‘sidebar help’ is closed to new replies.