Viewing 2 replies - 1 through 2 (of 2 total)
  • yes, I have the same problem with large images or text- or if the user in IE has big fonts- it just pushes the sidebar down. I am not a CSS guru

    You have a typo on #main-content your missing the ‘;’ after the width property value.

    It would be best if you removed the padding on the container and main-content divs as together with the widths of your content and sidebar they are not leaving enough room and you will find the sidebar being forced to the next clear line. try to pad on inner containers not on layout containers if you can help it, this also avoids the box model problem.

    Once you have the width working on the main-content element if you still have problems with text then fix a width to .post to ensure that you get text wrap.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS Question-problem with post size’ is closed to new replies.