Middle Content crashes into right hand side modules when page is resized down from 1024 width
Hmm, from what I can tell, it seems to be the images in those table cells preventing the middle column from collapsing any further than it does. It would be better if they were floated images that could drop to the next line if needed. With your main layout done with divs, I don’t understand why you’ve resorted to a table for the center content. I would suggest removing it (as that’s not a good use for a table). But at a minimum, I would perhaps remove those images out of separate cells into one cell and allow them to drop when the screen narrows.
Thanks for your help. As you mentioned it’s the image which caused the problem.